blob: de65800abcea828c438b80612d2f286ffe6f1d60 [file] [log] [blame]
{
"name": "KickstarterPrelude",
"version": "1.0",
"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": {
"Saoud Rizwan": "hello@saoudmr.com"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/saoudrizwan/Kickstarter-Prelude.git",
"tag": "1.0"
},
"dependencies": {
"Runes": [
"~> 4.1.0"
]
},
"module_name": "Prelude",
"source_files": "Prelude/**/*.swift",
"exclude_files": [
"Prelude/**/*Tests.swift",
"Prelude/**/*Test.swift"
]
}