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