[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / b / c / 0 / NDCoordinators / 0.0.4 / NDCoordinators.podspec.json
blobba063fcffb7bfec533a29fea873ccac331ea6a85
2   "name": "NDCoordinators",
3   "version": "0.0.4",
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.4"
25   },
26   "requires_arc": true,
27   "source_files": "NDCoordinators/**/*.{h,m,mm}",
28   "header_mappings_dir": "NDCoordinators",
29   "frameworks": [
30     "Foundation",
31     "UIKit"
32   ],
33   "module_map": "NDCoordinators/NDCoordinators.modulemap",
34   "dependencies": {
35     "NDLog": [
36       "~> 0.0.5"
37     ],
38     "NDUtils/objc": [
39       "~> 0.0.4"
40     ]
41   },
42   "swift_version": "5.2"