[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 0 / 5 / f / NUKit / 0.1.2 / NUKit.podspec.json
blobb3ae7afbd0ea7ea840d2d8bd0a4a45c37230448b
2   "name": "NUKit",
3   "version": "0.1.2",
4   "summary": "A short description of NUKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitea.iliunian.com/apple/NUKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "i19850511@gmail.com": "i19850511@gmail.com"
13   },
14   "source": {
15     "git": "http://nas.iliunian.com:82/apple/NUKit.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": null
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "frameworks": [
25         "UIKit",
26         "AssetsLibrary",
27         "Photos",
28         "AVFoundation"
29       ],
30       "dependencies": {
31         "Masonry": [
33         ],
34         "HBDNavigationBar": [
36         ],
37         "BlocksKit": [
39         ]
40       },
41       "public_header_files": "NUKit/Classes/Core/*.h",
42       "source_files": "NUKit/Classes/Core/**/*"
43     },
44     {
45       "name": "Category",
46       "frameworks": "SystemConfiguration",
47       "dependencies": {
48         "NUKit/Core": [
50         ],
51         "Masonry": [
53         ],
54         "BlocksKit": [
56         ],
57         "Reachability": [
59         ],
60         "TZImagePickerController": [
62         ]
63       },
64       "source_files": "NUKit/Classes/Category/**/*"
65     },
66     {
67       "name": "ViewModel",
68       "source_files": "NUKit/Classes/ViewModel/**/*"
69     }
70   ]