blob: db2ed03a68d2cf783f71f419c64cb27d54504a47 [file] [log] [blame]
{
"name": "cghuisunshine_test_2",
"version": "0.0.1",
"summary": "Eyeofcloud SDK for iOS.",
"description": "Eyeofcloud SDK for iOS(Swift and Objective C) applications.",
"homepage": "https://github.com/eyeofcloud/EyeofcloudSDKiOS",
"license": "MIT",
"authors": {
"eyeofcloud": "zhangweixue@heliyuntong.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/eyeofcloud/EyeofcloudSDKiOS.git",
"tag": "0.0.1"
},
"source_files": "EyeofcloudSDKiOS/EyeofcloudSDKiOS.framework/Headers/*.{h}",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"vendored_frameworks": "EyeofcloudSDKiOS/EyeofcloudSDKiOS.framework",
"frameworks": [
"AudioToolbox",
"CFNetwork",
"Foundation",
"MobileCoreServices",
"Security",
"SystemConfiguration",
"UIKit"
],
"libraries": [
"icucore",
"sqlite3"
]
}