[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / b / 1 / CoordinatorKitSwift / 1.0.2 / CoordinatorKitSwift.podspec.json
blobe784b89ad4bcb55f7c30d507665bfc75e4bfe4e4
2   "name": "CoordinatorKitSwift",
3   "version": "1.0.2",
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": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/startupthekid/CoordinatorKit.git",
17     "tag": "1.0.2"
18   },
19   "default_subspecs": "Core",
20   "pod_target_xcconfig": {
21     "OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
22   },
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "CoordinatorKit/Core/*.{swift}",
28       "frameworks": "Foundation"
29     }
30   ]