[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / f / 8 / 6 / ShFlyKit / 1.0.6 / ShFlyKit.podspec.json
blob0aed3b45e80d9f5a7d91afe67b54d85958ebe5d8
2   "name": "ShFlyKit",
3   "version": "1.0.6",
4   "summary": "A framework that is often used in enterprise development",
5   "description": "A framework that is often used in enterprise developments",
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.6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "4.0",
22   "pod_target_xcconfig": {
23     "ENABLE_BITCODE": "NO",
24     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
25     "OTHER_LDFLAGS": "-ObjC",
26     "LIBRARY_SEARCH_PATHS": [
27       "$(inherited)"
28     ]
29   },
30   "libraries": "c++",
31   "static_framework": true,
32   "dependencies": {
33     "Bugly": [
35     ],
36     "Masonry": [
38     ],
39     "YYModel": [
41     ],
42     "SDWebImage": [
44     ],
45     "FMDB": [
47     ],
48     "AFNetworking": [
50     ]
51   },
52   "frameworks": "UIKit",
53   "subspecs": [
54     {
55       "name": "Base",
56       "source_files": "ShFlyKit/Classes/Base/**/*"
57     },
58     {
59       "name": "Chart",
60       "source_files": "ShFlyKit/Classes/Chart/**/*",
61       "dependencies": {
62         "ShFlyKit/Base": [
64         ]
65       }
66     },
67     {
68       "name": "Media",
69       "source_files": "ShFlyKit/Classes/Media/**/*",
70       "dependencies": {
71         "ShFlyKit/Base": [
73         ]
74       }
75     },
76     {
77       "name": "Network",
78       "source_files": "ShFlyKit/Classes/Network/**/*",
79       "dependencies": {
80         "ShFlyKit/Base": [
82         ]
83       }
84     },
85     {
86       "name": "Server",
87       "source_files": "ShFlyKit/Classes/Server/**/*",
88       "dependencies": {
89         "ShFlyKit/Base": [
91         ]
92       }
93     },
94     {
95       "name": "Graphics",
96       "source_files": "ShFlyKit/Classes/Graphics/**/*",
97       "dependencies": {
98         "ShFlyKit/Base": [
100         ],
101         "ShFlyKit/Media": [
103         ]
104       },
105       "resource_bundles": {
106         "Graphics": [
107           "ShFlyKit/Assets/Graphics/**/*"
108         ]
109       }
110     },
111     {
112       "name": "Components",
113       "source_files": "ShFlyKit/Classes/Components/**/*",
114       "dependencies": {
115         "ShFlyKit/Base": [
117         ],
118         "ShFlyKit/Media": [
120         ],
121         "ShFlyKit/Graphics": [
123         ]
124       },
125       "resource_bundles": {
126         "Components": [
127           "ShFlyKit/Assets/Components/**/*"
128         ]
129       }
130     },
131     {
132       "name": "Share",
133       "source_files": "ShFlyKit/Classes/Share/**/*.{h,m,swift}",
134       "public_header_files": "ShFlyKit/Classes/Share/**/*.h",
135       "dependencies": {
136         "ShFlyKit/Base": [
138         ]
139       },
140       "frameworks": [
141         "SystemConfiguration",
142         "Security",
143         "CoreGraphics",
144         "WebKit"
145       ],
146       "libraries": [
147         "c++",
148         "z",
149         "sqlite3"
150       ],
151       "ios": {
152         "vendored_frameworks": "ShFlyKit/Classes/Share/lib/Tencent/TencentOpenAPI.framework"
153       },
154       "resources": "ShFlyKit/Classes/Share/lib/Weibo/WeiboSDK.bundle",
155       "vendored_libraries": [
156         "ShFlyKit/Classes/Share/lib/Wechat/libWeChatSDK.a",
157         "ShFlyKit/Classes/Share/lib/Weibo/libWeiboSDK.a"
158       ]
159     },
160     {
161       "name": "Pay",
162       "source_files": "ShFlyKit/Classes/Pay/**/*.{h,m,swift}",
163       "public_header_files": "ShFlyKit/Classes/Pay/**/*.h",
164       "dependencies": {
165         "ShFlyKit/Base": [
167         ],
168         "ShFlyKit/Share": [
170         ],
171         "ShFlyKit/Graphics": [
173         ]
174       },
175       "libraries": [
176         "c++",
177         "z",
178         "sqlite3"
179       ],
180       "frameworks": [
181         "CFNetwork",
182         "Security",
183         "CoreTelephony",
184         "SystemConfiguration",
185         "CoreMotion",
186         "QuartzCore",
187         "CoreText",
188         "CoreGraphics",
189         "WebKit",
190         "PassKit"
191       ],
192       "ios": {
193         "vendored_frameworks": "ShFlyKit/Classes/Pay/SDKs/Alipay/AlipaySDK.framework"
194       },
195       "resources": "ShFlyKit/Classes/Pay/SDKs/Alipay/AlipaySDK.bundle",
196       "vendored_libraries": "ShFlyKit/Classes/Pay/**/*.a",
197       "resource_bundles": {
198         "Pay": [
199           "ShFlyKit/Assets/Pay/**/*"
200         ]
201       }
202     }
203   ],
204   "swift_version": "4.0"