blob: bfc57c6e27fcf47c1120b8dbf39f54ba1332d0e7 [file] [log] [blame]
{
"name": "TestDemoSDK",
"version": "0.0.5",
"summary": "test TestDemoSDK 1224",
"description": "此版本SDK说明文字,自己根据实际书写",
"homepage": "https://github.com/marsLiuFei/TestDemoSDK",
"license": "MIT",
"authors": {
"GaiShiDaYingXiong": "mars_liu_dev@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/marsLiuFei/TestDemoSDK.git",
"tag": "0.0.5"
},
"resources": "TestDemoSDK/Resource.bundle",
"ios": {
"vendored_frameworks": "TestDemoSDK/TestDemoSDK.framework"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"dependencies": {
"Masonry": [
]
},
"requires_arc": true
}