blob: e784b89ad4bcb55f7c30d507665bfc75e4bfe4e4 [file] [log] [blame]
{
"name": "CoordinatorKitSwift",
"version": "1.0.2",
"summary": "iOS architecture framework",
"description": "Swift library for architecting iOS applications using the\ncoordinator pattern.",
"homepage": "https://github.com/startupthekid/CoordinatorKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "startupthekid",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/startupthekid/CoordinatorKit.git",
"tag": "1.0.2"
},
"default_subspecs": "Core",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "CoordinatorKit/Core/*.{swift}",
"frameworks": "Foundation"
}
]
}