[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 6 / ShFlyKit / 1.0.5 / ShFlyKit.podspec.json
blobc5764187af73e0fd8e1bf39700c09432ef24ceb6
2   "name": "ShFlyKit",
3   "version": "1.0.5",
4   "summary": "A framework that is often used in enterprise development",
5   "description": "A framework that is often used in enterprise development",
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.5"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "4.0",
22   "pod_target_xcconfig": {
23     "ENABLE_BITCODE": "NO"
24   },
25   "libraries": "c++",
26   "static_framework": true,
27   "dependencies": {
28     "Masonry": [
30     ],
31     "YYModel": [
33     ],
34     "SDWebImage": [
36     ],
37     "FMDB": [
39     ],
40     "AFNetworking": [
42     ]
43   },
44   "frameworks": "UIKit",
45   "subspecs": [
46     {
47       "name": "Base",
48       "source_files": "ShFlyKit/Classes/Base/**/*"
49     },
50     {
51       "name": "Chart",
52       "source_files": "ShFlyKit/Classes/Chart/**/*",
53       "dependencies": {
54         "ShFlyKit/Base": [
56         ]
57       }
58     },
59     {
60       "name": "Media",
61       "source_files": "ShFlyKit/Classes/Media/**/*",
62       "dependencies": {
63         "ShFlyKit/Base": [
65         ]
66       }
67     },
68     {
69       "name": "Graphics",
70       "source_files": "ShFlyKit/Classes/Graphics/**/*",
71       "dependencies": {
72         "ShFlyKit/Base": [
74         ],
75         "ShFlyKit/Media": [
77         ]
78       },
79       "resource_bundles": {
80         "Graphics": [
81           "ShFlyKit/Assets/Graphics/**/*"
82         ]
83       }
84     },
85     {
86       "name": "Components",
87       "source_files": "ShFlyKit/Classes/Components/**/*",
88       "dependencies": {
89         "ShFlyKit/Base": [
91         ],
92         "ShFlyKit/Media": [
94         ],
95         "ShFlyKit/Graphics": [
97         ]
98       },
99       "resource_bundles": {
100         "Components": [
101           "ShFlyKit/Assets/Components/**/*"
102         ]
103       }
104     },
105     {
106       "name": "Network",
107       "source_files": "ShFlyKit/Classes/Network/**/*",
108       "dependencies": {
109         "ShFlyKit/Base": [
111         ]
112       }
113     },
114     {
115       "name": "Server",
116       "source_files": "ShFlyKit/Classes/Server/**/*",
117       "dependencies": {
118         "ShFlyKit/Base": [
120         ]
121       }
122     }
123   ],
124   "swift_version": "4.0"