blob: 8279ebe2b387a96619839e723dc2e21db2c0abbe [file] [log] [blame]
{
"name": "EyeofcloudSDKiOS",
"version": "1.4.4",
"summary": "Eyeofcloud SDK for iOS.",
"description": "Eyeofcloud SDK for iOS(Swift and Objective C) applications.",
"homepage": "https://github.com/eyeofcloud/EyeofcloudSDKiOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eyeofcloud": "zhangweixue@heliyuntong.cn"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/eyeofcloud/EyeofcloudSDKiOS.git",
"tag": "1.4.4"
},
"source_files": "EyeofcloudSDKiOS.framework/Headers/*.{h}",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"vendored_frameworks": "EyeofcloudSDKiOS.framework",
"frameworks": "Foundation",
"preserve_paths": "EyeofcloudSDKiOS.framework",
"requires_arc": true
}