[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 2 / 8 / NDWebKit / 0.0.2 / NDWebKit.podspec.json
blob722472335f3afc0226203c3fe4d9d1bec7676e79
2   "name": "NDWebKit",
3   "version": "0.0.2",
4   "summary": "Utility for WebKit.",
5   "description": "NDWebKit is a small utility framework for WebKit.",
6   "homepage": "https://github.com/hiep-nd/nd-web-kit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nguyen Duc Hiep": "hiep.nd@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": [
18     "4.0",
19     "5.1",
20     "5.2"
21   ],
22   "source": {
23     "git": "https://github.com/hiep-nd/nd-web-kit.git",
24     "tag": "Pod-0.0.2"
25   },
26   "default_subspecs": "Swift",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/Core/*.{h,m,mm,swift}",
31       "frameworks": "WebKit",
32       "dependencies": {
33         "NDLog/ObjC": [
34           "~> 0.0.6"
35         ],
36         "NDModificationOperators/ObjC": [
37           "~> 0.0.3"
38         ],
39         "NDUtils/Foundation": [
40           "~> 0.0.5"
41         ],
42         "NDUtils/libextobjc": [
43           "~> 0.0.5"
44         ],
45         "NDUtils/objc": [
46           "~> 0.0.5"
47         ]
48       }
49     },
50     {
51       "name": "ObjC",
52       "dependencies": {
53         "NDWebKit/Core": [
55         ]
56       }
57     },
58     {
59       "name": "Swift",
60       "dependencies": {
61         "NDWebKit/ObjC": [
63         ]
64       }
65     }
66   ],
67   "swift_version": "5.2"