blob: 308431099f6f726ce1f74d8f10e7f8c5b4305119 [file] [log] [blame]
{
"name": "HQAClient",
"version": "0.1.3",
"summary": "honeyqa client for iOS Devices",
"description": "# honeyqa iOS Client\nMobile crash report service [link](https://honeyqa.io)",
"homepage": "https://github.com/honeyqa/honeyqa-iOS",
"license": "MIT",
"authors": {
"devholic": "devholic@plusquare.com"
},
"source": {
"git": "https://github.com/honeyqa/honeyqa-iOS.git",
"tag": "0.1.3"
},
"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\""
}
}
}