blob: f2095e02128bc310c427673ea53a8ee79bc97b5c [file] [log] [blame]
{
"name": "BuddySDK",
"version": "2.0.8",
"license": {
"type": "Apache 2.0"
},
"summary": "iOS SDK for the Buddy Platform.",
"homepage": "http://www.buddy.com",
"authors": {
"Erik Kerber": "erik@buddy.com"
},
"source": {
"git": "https://github.com/BuddyPlatform/Buddy-iOS-SDK.git",
"tag": "v2.0.8"
},
"source_files": [
"Src/Lib/BuddySDK/*.{h,m}",
"Src/Lib/BuddySDK/{BaseObjects,BPObjects,BPCollections,Service,Categories}/*.{h,m}",
"Src/Lib/BuddySDK/Vendor/{JAGPropertyConverter,ObjectiveSugar,AFNetworking}/**/*.{h,m}"
],
"public_header_files": [
"Src/Lib/BuddySDK/*.h",
"Src/Lib/BuddySDK/{BaseObjects,BPObjects,BPCollections,Categories,Service}/*.{h}"
],
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": "CoreLocation"
},
"requires_arc": true,
"prefix_header_file": "Src/Lib/BuddySDK/BuddySDK-Prefix.pch",
"preserve_paths": "Src/Lib/BuddySDK/Vendor/CrashReporter.framework",
"vendored_frameworks": "Src/Lib/BuddySDK/Vendor/CrashReporter.framework"
}