Latest | 0.1.6 |
---|---|
Homepage | https://github.com/honeyqa/honeyqa-iOS |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | AFNetworking, JSONKit-NoWarning, KeychainItemWrapper, Reachability |
Authors |
honeyqa-iOS
Latest podspec
{ "name": "HQAClient", "version": "0.1.6", "summary": "honeyqa client for iOS Devices", "description": "# honeyqa iOS ClientnMobile crash report service [link](https://honeyqa.io)", "homepage": "https://github.com/honeyqa/honeyqa-iOS", "license": "MIT", "authors": { "devholic": "[email protected]" }, "source": { "git": "https://github.com/honeyqa/honeyqa-iOS.git", "tag": "0.1.6" }, "social_media_url": "https://www.facebook.com/groups/1398899177025363/", "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "dependencies": { "AFNetworking": [ "~> 2.3" ], "JSONKit-NoWarning": [ "~> 1.2" ], "KeychainItemWrapper": [ "~> 1.2" ], "Reachability": [ "~> 3.2" ] }, "ios": { "preserve_paths": "Pod/Externals/*.framework", "vendored_frameworks": "Pod/Externals/CrashReporter.framework", "resources": "Pod/Externals/CrashReporter.framework", "xcconfig": { "LD_RUNPATH_SEARCH_PATHS": ""$(PODS_ROOT)/MyPod/MyPodSubdir/Externals"" } } }
Sun, 06 Mar 2016 06:03:04 +0000