[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / f / 8 / 6 / ShFlyKit / 1.0.4 / ShFlyKit.podspec.json
blob5a55a63f34b7e4311d527adef5abc3a33f493541
2   "name": "ShFlyKit",
3   "version": "1.0.4",
4   "summary": "A Kit with components such as Foundation ,network",
5   "description": "A Kit with components such as Foundation ,network ...",
6   "homepage": "https://github.com/ihsh/ShFlyKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ihsh": "957929697@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/ihsh/ShFlyKit.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "4.0",
22   "pod_target_xcconfig": {
23     "ENABLE_BITCODE": "NO"
24   },
25   "static_framework": true,
26   "dependencies": {
27     "Bugly": [
29     ],
30     "Masonry": [
32     ],
33     "YYModel": [
35     ],
36     "SDWebImage": [
38     ],
39     "FMDB": [
41     ],
42     "AFNetworking": [
44     ]
45   },
46   "frameworks": "UIKit",
47   "subspecs": [
48     {
49       "name": "Base",
50       "source_files": "ShFlyKit/Classes/Base/**/*"
51     },
52     {
53       "name": "Chart",
54       "source_files": "ShFlyKit/Classes/Chart/**/*",
55       "dependencies": {
56         "ShFlyKit/Base": [
58         ]
59       }
60     },
61     {
62       "name": "Graphics",
63       "source_files": "ShFlyKit/Classes/Graphics/**/*",
64       "dependencies": {
65         "ShFlyKit/Base": [
67         ],
68         "ShFlyKit/Media": [
70         ]
71       },
72       "resource_bundles": {
73         "Graphics": [
74           "ShFlyKit/Assets/Graphics/**/*"
75         ]
76       }
77     },
78     {
79       "name": "Components",
80       "source_files": "ShFlyKit/Classes/Components/**/*",
81       "dependencies": {
82         "ShFlyKit/Base": [
84         ],
85         "ShFlyKit/Media": [
87         ],
88         "ShFlyKit/Graphics": [
90         ]
91       },
92       "resource_bundles": {
93         "Components": [
94           "ShFlyKit/Assets/Components/**/*"
95         ]
96       }
97     },
98     {
99       "name": "Media",
100       "source_files": "ShFlyKit/Classes/Media/**/*",
101       "dependencies": {
102         "ShFlyKit/Base": [
104         ]
105       }
106     },
107     {
108       "name": "Network",
109       "source_files": "ShFlyKit/Classes/Network/**/*",
110       "dependencies": {
111         "ShFlyKit/Base": [
113         ]
114       }
115     },
116     {
117       "name": "Server",
118       "source_files": "ShFlyKit/Classes/Server/**/*",
119       "dependencies": {
120         "ShFlyKit/Base": [
122         ]
123       }
124     }
125   ],
126   "swift_version": "4.0"