blob: 9e5698abf646ff6e32c4ec31a93daaa11eead5d7 [file] [log] [blame]
{
"name": "Kickstarter-Prelude-UIKit",
"version": "0.0.1",
"summary": "A collection of useful Swift tools that are used in the Kickstarter apps.",
"description": "A collection of useful Swift tools that are used in the Kickstarter apps.\nNon Official Repo",
"homepage": "https://github.com/kickstarter/Kickstarter-Prelude",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Zhigang Fang": "zhigang1992@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zhigang1992/Kickstarter-Prelude.git",
"tag": "0.0.1"
},
"dependencies": {
"Runes": [
"~> 4.1.0"
],
"Kickstarter-Prelude": [
]
},
"module_name": "Prelude_UIKit",
"source_files": "Prelude-UIKit/**/*.swift",
"exclude_files": [
"Prelude-UIKit/**/*Tests.swift",
"Prelude-UIKit/**/*Tests.swift"
],
"pushed_with_swift_version": "3.0"
}