blob: 078743cc27fd2f770016324d9124829e90e77637 [file] [log] [blame]
{
"name": "commonSDK",
"version": "0.1.9",
"summary": "A short description of commonSDK.",
"description": "基础功能封装",
"homepage": "https://github.com/15730898949/commonSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"15730898949": "15730898949@163.com"
},
"source": {
"git": "https://github.com/15730898949/commonSDK.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_frameworks": "commonSDK.framework"
},
"frameworks": [
"UIKit",
"UserNotifications",
"AdSupport",
"Security",
"CoreGraphics",
"SystemConfiguration",
"CoreTelephony",
"CoreFoundation",
"CFNetwork",
"Foundation"
],
"libraries": [
"z",
"resolv"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}