blob: 2af8b1ab52c8188186590430808e25f27c4e56d5 [file] [log] [blame]
{
"name": "SocialAPPKit",
"version": "0.0.6",
"summary": "社交化APP轻量级功能组件",
"homepage": "https://github.com/Heqiao1025/SocialAPPKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ForC": "heqiao.china@gmail.com"
},
"source": {
"git": "https://github.com/Heqiao1025/SocialAPPKit.git",
"tag": "0.0.6"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"resource_bundles": {
"SocialAPPKitAssets": [
"SocialAPPKit/*.xcassets"
]
},
"subspecs": [
{
"name": "WechatAppKit",
"source_files": [
"SocialAPPKit/SocialAppCode/**/*.{h,m}",
"SocialAPPKit/WechatAppKit/**/*.{h,m}"
]
},
{
"name": "TencentQQAppKit",
"source_files": [
"SocialAPPKit/SocialAppCode/**/*.{h,m}",
"SocialAPPKit/TencentQQAppKit/**/*.{h,m}"
]
},
{
"name": "FaceBookAppKit",
"source_files": [
"SocialAPPKit/SocialAppCode/**/*.{h,m}",
"SocialAPPKit/FaceBookAppKit/**/*.{h,m}"
]
},
{
"name": "TwitterAppKit",
"source_files": [
"SocialAPPKit/SocialAppCode/**/*.{h,m}",
"SocialAPPKit/TwitterAppKit/**/*.{h,m}"
]
},
{
"name": "AlipayAppKit",
"source_files": [
"SocialAPPKit/SocialAppCode/**/*.{h,m}",
"SocialAPPKit/AlipayAppKit/**/*.{h,m}"
]
},
{
"name": "SinaWeiboAppKit",
"source_files": [
"SocialAPPKit/SocialAppCode/**/*.{h,m}",
"SocialAPPKit/SinaWeiboAppKit/**/*.{h,m}"
]
}
]
}