blob: 481277713432a3147aa0785d6a42d7342035a740 [file] [log] [blame]
{
"name": "CrashDetechKit",
"version": "1.0.3",
"summary": "CrashDetechKit makes it easy for your apps to detect car crashes.",
"description": "CrashDetechKit lets you add powerful trip detection and monitoring capabilities to your app, apart from enabling it to detect car crashes.",
"homepage": "http://appplystudio.com",
"license": "MIT",
"authors": {
"CrashDetech": "info@crashdetech.co.za"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "http://appplystudio.com/sdk/CrashDetechKit.zip"
},
"source_files": "**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"preserve_paths": "CrashDetechKit.framework/*",
"frameworks": [
"CoreMotion",
"CoreLocation"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-l"
},
"dependencies": {
"AFNetworking": [
"3.1.0"
],
"SSZipArchive": [
"1.6.2"
]
}
}