blob: 79cf06f18878c7ac02dddce53d87a4222f3a03bc [file] [log] [blame]
{
"name": "SwiftKitStaging",
"version": "0.1.2",
"summary": "Staging for new features that are to be added into SwiftKit, but does not have final API.",
"description": "Sources in Staging is used in various SwiftKit libraries, however use it only in case you do not care about needing to update your codebase every other day.",
"homepage": "https://github.com/SwiftKit/Staging",
"license": "MIT",
"authors": {
"Tadeas Kriz": "tadeas@brightify.org"
},
"source": {
"git": "https://github.com/SwiftKit/Staging.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Source/**/*.swift",
"frameworks": "Foundation"
}