[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 8 / c / SocialAPPKit / 0.1.1 / SocialAPPKit.podspec.json
bloba3a0a59f89fc50767e1d219ebe0314a7a56f02e6
2   "name": "SocialAPPKit",
3   "version": "0.1.1",
4   "summary": "社交化APP轻量级功能组件",
5   "homepage": "https://github.com/Heqiao1025/SocialAPPKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ForC": "heqiao.china@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Heqiao1025/SocialAPPKit.git",
15     "tag": "0.1.1"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "9.0"
24   },
25   "resource_bundles": {
26     "SocialAPPKitAssets": [
27       "SocialAPPKit/*.xcassets"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "SocialAPPCore",
33       "source_files": "SocialAPPKit/SocialAppCode/**/*.{h,m}"
34     },
35     {
36       "name": "WechatAppKit",
37       "source_files": "SocialAPPKit/WechatAppKit/**/*.{h,m}",
38       "dependencies": {
39         "SocialAPPKit/SocialAPPCore": [
41         ]
42       }
43     },
44     {
45       "name": "TencentQQAppKit",
46       "source_files": "SocialAPPKit/TencentQQAppKit/**/*.{h,m}",
47       "dependencies": {
48         "SocialAPPKit/SocialAPPCore": [
50         ]
51       }
52     },
53     {
54       "name": "FaceBookAppKit",
55       "source_files": "SocialAPPKit/FaceBookAppKit/**/*.{h,m}",
56       "dependencies": {
57         "SocialAPPKit/SocialAPPCore": [
59         ]
60       }
61     },
62     {
63       "name": "TwitterAppKit",
64       "source_files": "SocialAPPKit/TwitterAppKit/**/*.{h,m}",
65       "dependencies": {
66         "SocialAPPKit/SocialAPPCore": [
68         ]
69       }
70     },
71     {
72       "name": "AlipayAppKit",
73       "source_files": "SocialAPPKit/AlipayAppKit/**/*.{h,m}",
74       "dependencies": {
75         "SocialAPPKit/SocialAPPCore": [
77         ]
78       }
79     },
80     {
81       "name": "SinaWeiboAppKit",
82       "source_files": "SocialAPPKit/SinaWeiboAppKit/**/*.{h,m}",
83       "dependencies": {
84         "SocialAPPKit/SocialAPPCore": [
86         ]
87       }
88     }
89   ]