[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 0 / 5 / f / NUKit / 0.1.1 / NUKit.podspec.json
blob530dbab9604cee7578a3c897ad2fae96832dc342
2   "name": "NUKit",
3   "version": "0.1.1",
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.1"
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       "dependencies": {
47         "NUKit/Core": [
49         ],
50         "Masonry": [
52         ],
53         "BlocksKit": [
55         ],
56         "AFNetworking/Reachability": [
58         ],
59         "TZImagePickerController": [
61         ]
62       },
63       "source_files": "NUKit/Classes/Category/**/*"
64     },
65     {
66       "name": "ViewModel",
67       "source_files": "NUKit/Classes/ViewModel/**/*"
68     }
69   ]