[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / b / c / 0 / NDCoordinators / 0.0.3 / NDCoordinators.podspec.json
blobf5b0c6ac5153a07b40d013cd4ae81e4051d4f78c
2   "name": "NDCoordinators",
3   "version": "0.0.3",
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     "tvos": "9.0"
17   },
18   "swift_versions": [
19     "4.0",
20     "5.1",
21     "5.2"
22   ],
23   "source": {
24     "git": "https://github.com/hiep-nd/nd-coordinator.git",
25     "tag": "Pod-0.0.3"
26   },
27   "requires_arc": true,
28   "source_files": "NDCoordinators/**/*.{h,m,mm}",
29   "header_mappings_dir": "NDCoordinators",
30   "frameworks": [
31     "Foundation",
32     "UIKit"
33   ],
34   "module_map": "NDCoordinators/NDCoordinators.modulemap",
35   "swift_version": "5.2"