blob: b9a3ea274ae1dda4666d917d352acf4cd2384096 [file] [log] [blame]
{
"name": "AVOSCloud",
"platforms": {
"ios": "5.0"
},
"version": "1.3.0",
"license": "AVOS Inc. License",
"summary": "AVOS Cloud iOS SDK for mobile backend.",
"homepage": "https://github.com/avos/avoscloud-sdk",
"authors": {
"Zeng Zhu": "zzhu@avos.com"
},
"source": {
"git": "https://github.com/avos/avoscloud-sdk.git",
"tag": "1.3.0"
},
"source_files": "iOS/release-v1.3.0/AVOSCloud.framework/Versions/A/Headers/*",
"preserve_paths": "iOS/release-v1.3.0/AVOSCloud.framework/*",
"frameworks": [
"AudioToolbox",
"CFNetwork",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation",
"CoreGraphics",
"Security",
"QuartzCore",
"AVOSCloud"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/AVOSCloud/iOS/release-v1.3.0/\""
},
"requires_arc": true
}