[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 3 / 7 / 5 / TPShareKit / 1.0.0 / TPShareKit.podspec.json
blob6ca6db17c91cbd43077986e362c0f8bf44004b64
2   "name": "TPShareKit",
3   "version": "1.0.0",
4   "summary": "TPShareKit is a shared component library.",
5   "description": "TPShareKit 是一个分享组件的库",
6   "homepage": "https://github.com/Topredator/TPShareKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Topredator": "luyanggold@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Topredator/TPShareKit.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "static_framework": true,
22   "source_files": "TPShareKit/Classes/TPShareKit.h",
23   "subspecs": [
24     {
25       "name": "Base",
26       "source_files": "TPShareKit/Classes/Base/**/*",
27       "dependencies": {
28         "mob_sharesdk": [
30         ],
31         "mob_sharesdk/ShareSDKExtension": [
33         ],
34         "mob_sharesdk/ShareSDKPlatforms/QQ": [
36         ],
37         "mob_sharesdk/ShareSDKPlatforms/WeChat": [
39         ]
40       }
41     },
42     {
43       "name": "ShareUI",
44       "source_files": "TPShareKit/Classes/ShareUI/**/*",
45       "resources": "TPShareKit/Assets/**/*",
46       "dependencies": {
47         "TPShareKit/Base": [
49         ],
50         "Masonry": [
51           "~> 1.1.0"
52         ],
53         "pop": [
55         ],
56         "TPUIKit/SimButton": [
58         ],
59         "TPUIKit/Toast": [
61         ]
62       }
63     }
64   ]