blob: b94253374264924558ddfa2f2d7af9a393b882bb [file] [log] [blame]
{
"name": "Kickstarter-Prelude",
"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"
]
},
"module_name": "Prelude",
"source_files": "Prelude/**/*.swift",
"exclude_files": [
"Prelude/**/*Tests.swift",
"Prelude/**/*Test.swift"
],
"pushed_with_swift_version": "3.0"
}