[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / a / 4 / NXKit / 1.2.1 / NXKit.podspec.json
blob4aea7eb6a0931a33e2803367e33f72134a81ac2f
2   "name": "NXKit",
3   "version": "1.2.1",
4   "summary": "UI framework",
5   "description": "NXKit is a UI framework implemented by Swift language for building native apps more easily。",
6   "homepage": "https://github.com/niegaotao/NXKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "niegaotao": "247268158@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/niegaotao/NXKit.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "subspecs": [
27     {
28       "name": "Foundation",
29       "source_files": "NXKit/Classes/Foundation/*",
30       "resource_bundles": {
31         "NXKit": [
32           "NXKit/Assets/*"
33         ]
34       }
35     },
36     {
37       "name": "Extensions",
38       "source_files": "NXKit/Classes/Extensions/*",
39       "dependencies": {
40         "NXKit/Foundation": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"