[Add] OdeeoSDK 3.4.0
[CocoaPods.git] / Specs / 3 / 1 / b / NGKit / 0.2.1 / NGKit.podspec.json
blob665ac751e15a9d369a0b154cb1acce6c72750086
2   "name": "NGKit",
3   "version": "0.2.1",
4   "source": {
5     "git": "https://github.com/NagiYan/NGKit.git",
6     "tag": "0.2.1"
7   },
8   "summary": "my lib, with some usefull tools, use swift4.0 + 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   "pushed_with_swift_version": "4.0",
20   "subspecs": [
21     {
22       "name": "All",
23       "ios": {
24         "dependencies": {
25           "NGKit/Blocks": [
27           ],
28           "NGKit/Device": [
30           ],
31           "NGKit/Extension": [
33           ],
34           "NGKit/Pattern": [
36           ],
37           "NGKit/View": [
39           ]
40         }
41       }
42     },
43     {
44       "name": "Blocks",
45       "requires_arc": true,
46       "source_files": "NGKit/Blocks/*",
47       "exclude_files": "NGKitTests/*",
48       "frameworks": "UIKit"
49     },
50     {
51       "name": "Device",
52       "requires_arc": true,
53       "source_files": "NGKit/Device/*",
54       "exclude_files": "NGKitTests/*",
55       "frameworks": "UIKit"
56     },
57     {
58       "name": "Extension",
59       "requires_arc": true,
60       "source_files": [
61         "NGKit/Extension/**/*",
62         "NGKit/NGCommon.swift"
63       ],
64       "exclude_files": "NGKitTests/*",
65       "frameworks": "UIKit"
66     },
67     {
68       "name": "Pattern",
69       "requires_arc": true,
70       "source_files": "NGKit/Pattern/*",
71       "exclude_files": "NGKitTests/*",
72       "frameworks": "UIKit"
73     },
74     {
75       "name": "View",
76       "requires_arc": true,
77       "source_files": [
78         "NGKit/View/*",
79         "NGKit/Extension/UI/*",
80         "NGKit/NGCommon.swift"
81       ],
82       "exclude_files": "NGKitTests/*",
83       "frameworks": "UIKit"
84     }
85   ]