blob: 6f4b12520db7ffa078a13883152975206d8a42d8 [file] [log] [blame]
{
"name": "HKStaticLibs",
"version": "0.0.2",
"summary": "好慷组件化使用到的第三方静态库..",
"description": "好慷组件化使用到的第三方静态库",
"homepage": "http://www.homeking365.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"罗伟": "18356285339@163.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/rainedAllNight/HKStaticLibs",
"tag": "0.0.2"
},
"source_files": [
"HKStaticLibs/**/*.{h,m}",
"*.framework"
],
"frameworks": [
"SystemConfiguration",
"CoreGraphics",
"CoreTelephony"
],
"vendored_libraries": "HKStaticLibs/UMSocial/**/*.{a}",
"vendored_frameworks": [
"HKStaticLibs/UMSocial/UMSocialUI/UShareUI.framework",
"HKStaticLibs/UMSocial/UMSocialSDK/UMSocialCore.framework",
"HKStaticLibs/UMSocial/UMSocialSDK/UMSocialNetwork.framework"
],
"libraries": [
"z",
"c++",
"sqlite3"
]
}