blob: 3e8ca3d425ccb4b971f3bb15454d542942df3a5d [file] [log] [blame]
{
"name": "SocialAPPKit",
"version": "0.1.3",
"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.1.3"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"resource_bundles": {
"SocialAPPKitAssets": [
"SocialAPPKit/*.xcassets"
]
},
"subspecs": [
{
"name": "SocialAPPCore",
"source_files": "SocialAPPKit/SocialAppCore/**/*.{h,m}"
},
{
"name": "WechatAppKit",
"source_files": "SocialAPPKit/WechatAppKit/**/*.{h,m}",
"dependencies": {
"SocialAPPKit/SocialAPPCore": [
]
}
},
{
"name": "TencentQQAppKit",
"source_files": "SocialAPPKit/TencentQQAppKit/**/*.{h,m}",
"dependencies": {
"SocialAPPKit/SocialAPPCore": [
]
}
},
{
"name": "FaceBookAppKit",
"source_files": "SocialAPPKit/FaceBookAppKit/**/*.{h,m}",
"dependencies": {
"SocialAPPKit/SocialAPPCore": [
]
}
},
{
"name": "TwitterAppKit",
"source_files": "SocialAPPKit/TwitterAppKit/**/*.{h,m}",
"dependencies": {
"SocialAPPKit/SocialAPPCore": [
]
}
},
{
"name": "AlipayAppKit",
"source_files": "SocialAPPKit/AlipayAppKit/**/*.{h,m}",
"dependencies": {
"SocialAPPKit/SocialAPPCore": [
]
}
},
{
"name": "SinaWeiboAppKit",
"source_files": "SocialAPPKit/SinaWeiboAppKit/**/*.{h,m}",
"dependencies": {
"SocialAPPKit/SocialAPPCore": [
]
}
}
]
}