| { |
| "name": "SwiftyKit", |
| "version": "0.1.0", |
| "summary": "A collection of best practices and quick tricks.", |
| "description": "A collection of useful programming paradigms and shared code between Swift projects.", |
| "homepage": "https://github.com/jzucker2/SwiftyKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "jzucker2": "jordan.zucker@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/jzucker2/SwiftyKit.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/jzucker", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "SwiftyKit/Classes/**/*", |
| "frameworks": "UIKit", |
| "pushed_with_swift_version": "3.1" |
| } |