[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / c / 4 / 3 / ZXKitCore / 0.1.7 / ZXKitCore.podspec.json
blob440e94f5cbd6e97890776c21216339d61bbe788e
2   "name": "ZXKitCore",
3   "swift_versions": "5.0",
4   "version": "0.1.7",
5   "license": {
6     "type": "Apache-2.0 License",
7     "file": "LICENSE"
8   },
9   "summary": "ZXKitCore is the supporting framework of ZXKitSwift, for ZXKitSwift plugin developers",
10   "homepage": "https://github.com/ZXKitCode/core",
11   "authors": {
12     "ZXKitCode": "dong765@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/ZXKitCode/core.git",
16     "tag": "0.1.7"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "11.0"
21   },
22   "default_subspecs": "core",
23   "documentation_url": "http://blog.hudongdong.com/swift/1079.html",
24   "subspecs": [
25     {
26       "name": "core",
27       "resource_bundles": {
28         "ZXKitCore": [
29           "pod/localizable/**/*"
30         ]
31       },
32       "source_files": [
33         "pod/*.swift",
34         "pod/localizable/**/*"
35       ],
36       "dependencies": {
37         "SnapKit": [
39         ],
40         "ZXKitUtil": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"