blob: d57d418025ccaed05518a76fcf37c0448b29db90 [file] [log] [blame]
{
"name": "BUKSocialKit",
"version": "0.0.3",
"license": "MIT",
"summary": "Baixing Social Share Kit",
"homepage": "https://github.com/iException/BUKSocialKit",
"authors": {
"Lazy Clutch": "lr_5146@163.com"
},
"source": {
"git": "https://github.com/iException/BUKSocialKit.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "BUKSocialKit/**/*.{h,m}",
"resources": [
"BUKSocialKit/WeiboSDK.bundle",
"BUKSocialKit/TencentOpenApi_IOS_Bundle.bundle"
],
"frameworks": [
"UIKit",
"Foundation",
"ImageIO",
"SystemConfiguration",
"CoreText",
"QuartzCore",
"Security",
"Foundation",
"CoreGraphics",
"CoreTelephony"
],
"libraries": [
"sqlite3",
"z",
"iconv",
"stdc++"
],
"vendored_libraries": [
"BUKSocialkit/libWeiboSDK.a",
"BUKSocialkit/libWeChatSDK.a"
],
"vendored_frameworks": "BUKSocialkit/TencentOpenAPI.framework",
"requires_arc": true
}