blob: 1af7d1dfc1a18de385828cb3407ea5cb20cc16a2 [file] [log] [blame]
{
"name": "BuddySDK",
"version": "3.0.4",
"license": {
"type": "Apache 2.0"
},
"summary": "iOS SDK for the Buddy Platform.",
"homepage": "http://www.buddy.com",
"authors": {
"Brad Serbus": "support@buddy.com"
},
"source": {
"git": "https://github.com/BuddyPlatform/Buddy-iOS-SDK.git",
"tag": "v3.0.4"
},
"source_files": [
"Src/Lib/BuddySDK/*.{h,m}",
"Src/Lib/BuddySDK/{Models,Service,Categories}/*.{h,m}",
"Src/Lib/BuddySDK/Vendor/{JAGPropertyConverter,AFNetworking}/**/*.{h,m}"
],
"public_header_files": [
"Src/Lib/BuddySDK/*.h",
"Src/Lib/BuddySDK/{Models,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"
}