blob: f085e1840fe77855b9d50aa0849c3afd3938897c [file] [log] [blame]
{
"name": "CrashDetechKit",
"version": "1.0.4",
"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",
"public_header_files": "**/*.h",
"preserve_paths": "CrashDetechKit.framework/*",
"frameworks": [
"CoreMotion",
"CoreLocation"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}",
"OTHER_LDFLAGS": "-l"
},
"dependencies": {
"AFNetworking": [
"3.1.0"
],
"SSZipArchive": [
"1.6.2"
]
}
}