[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 8 / c / SocialAPPKit / 0.0.6 / SocialAPPKit.podspec.json
blob2af8b1ab52c8188186590430808e25f27c4e56d5
2   "name": "SocialAPPKit",
3   "version": "0.0.6",
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.0.6"
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": "WechatAppKit",
33       "source_files": [
34         "SocialAPPKit/SocialAppCode/**/*.{h,m}",
35         "SocialAPPKit/WechatAppKit/**/*.{h,m}"
36       ]
37     },
38     {
39       "name": "TencentQQAppKit",
40       "source_files": [
41         "SocialAPPKit/SocialAppCode/**/*.{h,m}",
42         "SocialAPPKit/TencentQQAppKit/**/*.{h,m}"
43       ]
44     },
45     {
46       "name": "FaceBookAppKit",
47       "source_files": [
48         "SocialAPPKit/SocialAppCode/**/*.{h,m}",
49         "SocialAPPKit/FaceBookAppKit/**/*.{h,m}"
50       ]
51     },
52     {
53       "name": "TwitterAppKit",
54       "source_files": [
55         "SocialAPPKit/SocialAppCode/**/*.{h,m}",
56         "SocialAPPKit/TwitterAppKit/**/*.{h,m}"
57       ]
58     },
59     {
60       "name": "AlipayAppKit",
61       "source_files": [
62         "SocialAPPKit/SocialAppCode/**/*.{h,m}",
63         "SocialAPPKit/AlipayAppKit/**/*.{h,m}"
64       ]
65     },
66     {
67       "name": "SinaWeiboAppKit",
68       "source_files": [
69         "SocialAPPKit/SocialAppCode/**/*.{h,m}",
70         "SocialAPPKit/SinaWeiboAppKit/**/*.{h,m}"
71       ]
72     }
73   ]