blob: c3fef3be62a72d35c8d7df2e183519ffb31b9c16 [file] [log] [blame]
{
"name": "AVOSCloudBeta",
"platforms": {
"ios": "5.0"
},
"version": "1.0.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.0.0"
},
"source_files": "iOS/beta/AVOSCloud.framework/Versions/A/Headers/*",
"preserve_paths": "iOS/beta/AVOSCloud.framework/*",
"frameworks": [
"AudioToolbox",
"CFNetwork",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation",
"CoreGraphics",
"Security",
"QuartzCore",
"AVOSCloud"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/AVOSCloud/iOS/beta/\"",
"OTHER_LDFLAGS": "-ObjC -all_load"
},
"requires_arc": true
}