[Add] RiveRuntime 6.4.0
[CocoaPods.git] / Specs / 3 / 1 / b / NGKit / 0.1.3 / NGKit.podspec.json
blobe9efc0b5c39fd27fb661e54003566a3e59efe2cc
2   "name": "NGKit",
3   "version": "0.1.3",
4   "source": {
5     "git": "https://github.com/NagiYan/NGKit.git",
6     "tag": "0.1.3"
7   },
8   "summary": "my lib, with some usefull tools, use swift + oc, no dependency on other pods",
9   "description": "Blocks,Device,Extension,Pattern,View, some useful extensions, some view, location services and so on",
10   "homepage": "https://github.com/NagiYan/NGKit",
11   "license": "MIT",
12   "authors": {
13     "nagi": "yxj@foxmail.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "default_subspecs": "All",
19   "subspecs": [
20     {
21       "name": "All",
22       "ios": {
23         "dependencies": {
24           "NGKit/Blocks": [
26           ],
27           "NGKit/Device": [
29           ],
30           "NGKit/Extension": [
32           ],
33           "NGKit/Pattern": [
35           ],
36           "NGKit/View": [
38           ]
39         }
40       }
41     },
42     {
43       "name": "Blocks",
44       "requires_arc": true,
45       "source_files": "NGKit/Blocks/*",
46       "exclude_files": "NGKitTests/*",
47       "frameworks": "UIKit"
48     },
49     {
50       "name": "Device",
51       "requires_arc": true,
52       "source_files": "NGKit/Device/*",
53       "exclude_files": "NGKitTests/*",
54       "frameworks": "UIKit"
55     },
56     {
57       "name": "Extension",
58       "requires_arc": true,
59       "source_files": [
60         "NGKit/Extension/**/*",
61         "NGKit/NGCommon.swift"
62       ],
63       "exclude_files": "NGKitTests/*",
64       "frameworks": "UIKit"
65     },
66     {
67       "name": "Pattern",
68       "requires_arc": true,
69       "source_files": "NGKit/Pattern/*",
70       "exclude_files": "NGKitTests/*",
71       "frameworks": "UIKit"
72     },
73     {
74       "name": "View",
75       "requires_arc": true,
76       "source_files": [
77         "NGKit/View/*",
78         "NGKit/Extension/UI/*",
79         "NGKit/NGCommon.swift"
80       ],
81       "exclude_files": "NGKitTests/*",
82       "frameworks": "UIKit"
83     }
84   ]