blob: beb2b335b5b663a6c59dac389cea6ed2a32bdcaa [file] [log] [blame]
{
"name": "CoordinatorKitSwift",
"version": "1.1.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.1.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"
}
]
}