[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / b / 1 / CoordinatorKitSwift / 1.1.3 / CoordinatorKitSwift.podspec.json
bloba16b71e7b0e1f93bc885d8d295434e0da316c5f1
2   "name": "CoordinatorKitSwift",
3   "version": "1.1.3",
4   "summary": "iOS architecture framework",
5   "description": "Swift library for architecting iOS applications using the\ncoordinator pattern.",
6   "homepage": "https://github.com/startupthekid/CoordinatorKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "startupthekid",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/startupthekid/CoordinatorKit.git",
17     "tag": "v1.1.3"
18   },
19   "default_subspecs": "Core",
20   "pod_target_xcconfig": {
21     "OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
22   },
23   "pushed_with_swift_version": "4",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "CoordinatorKit/Core/*.{swift}",
28       "frameworks": "Foundation"
29     }
30   ]