| { |
| "name": "SwiftKitStaging", |
| "version": "0.2.0", |
| "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.2.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Source/**/*.swift", |
| "frameworks": "Foundation" |
| } |