blob: ee3ceffe1aa7a3d0fc77818d591a84920a416a97 [file] [log] [blame]
{
"name": "CrashDetechKit",
"version": "1.0.2",
"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,
"dependencies": {
"AFNetworking": [
"3.1.0"
],
"SSZipArchive": [
"1.6.2"
]
}
}