[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / c / 0 / NDCoordinators / 0.0.5 / NDCoordinators.podspec.json
blob74ebc48057ddc18f8d479b319f2e981a7981e954
2   "name": "NDCoordinators",
3   "version": "0.0.5",
4   "summary": "A implementation of coordinator pattern.",
5   "description": "NDCoordinators is a small framework that support interface and a base class for coordinator pattern.",
6   "homepage": "https://github.com/hiep-nd/nd-coordinator.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-coordinator.git",
24     "tag": "Pod-0.0.5"
25   },
26   "requires_arc": true,
27   "default_subspecs": "Swift",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/Core/*.{h,m,mm}",
32       "frameworks": "Foundation"
33     },
34     {
35       "name": "Abstracts",
36       "source_files": "Sources/Abstracts/*.{h,m,mm}",
37       "frameworks": "Foundation",
38       "dependencies": {
39         "NDCoordinators/Core": [
41         ]
42       }
43     },
44     {
45       "name": "Coordinators",
46       "source_files": "Sources/Coordinators/*.{h,m,mm}",
47       "frameworks": [
48         "Foundation",
49         "UIKit"
50       ],
51       "dependencies": {
52         "NDCoordinators/Abstracts": [
54         ],
55         "NDLog": [
56           "~> 0.0.6"
57         ],
58         "NDUtils/objc": [
59           "~> 0.0.5"
60         ]
61       }
62     },
63     {
64       "name": "ObjC",
65       "dependencies": {
66         "NDCoordinators/Core": [
68         ],
69         "NDCoordinators/Abstracts": [
71         ],
72         "NDCoordinators/Coordinators": [
74         ]
75       }
76     },
77     {
78       "name": "Swift",
79       "dependencies": {
80         "NDCoordinators/ObjC": [
82         ]
83       }
84     }
85   ],
86   "swift_version": "5.2"