blob: d38d5095261588fc4bec20b25771ab05922eaddc [file] [log] [blame]
{
"name": "commonSDK",
"version": "0.1.6",
"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.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": [
"commonSDK/commonSDK/Classes/**/*.m"
],
"source_files": "commonSDK/commonSDK/Classes/**/*.h",
"resources": "commonSDK/commonSDK/Classes/Frameworks/IQKeyboardManager/Resources/IQKeyboardManager.bundle",
"ios": {
"vendored_libraries": "commonSDK/commonSDK/Classes/Frameworks/JPush/*.a"
},
"frameworks": [
"UIKit",
"UserNotifications",
"AdSupport",
"Security",
"CoreGraphics",
"SystemConfiguration",
"CoreTelephony",
"CoreFoundation",
"CFNetwork",
"Foundation"
],
"libraries": [
"z",
"resolv"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}