blob: 34297ebc7d5ad89e6839857508220361ade81925 [file] [log] [blame]
{
"name": "AVOSCloud",
"platforms": {
"ios": "5.0"
},
"version": "1.3.1",
"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.1"
},
"source_files": "iOS/release-v1.3.1/AVOSCloud.framework/Versions/A/Headers/*",
"preserve_paths": "iOS/release-v1.3.1/AVOSCloud.framework/*",
"frameworks": [
"AudioToolbox",
"CFNetwork",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation",
"CoreGraphics",
"Security",
"QuartzCore",
"AVOSCloud"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/AVOSCloud/iOS/release-v1.3.1/\""
},
"requires_arc": true
}