| { |
| "name": "SwiftSimpleKit", |
| "version": "1.0.0", |
| "summary": "A collection of tools to bootstrap swift development", |
| "description": "A collection of tools to speed up development. The only component currently available is the SimpleList Component", |
| "homepage": "https://github.com/jonahpelfrey/SwiftSimpleKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jonah Pelfrey": "pelfreyjonah@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/jonahpelfrey/SwiftSimpleKit.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "SwiftSimpleKit/**/*.{h,m}", |
| "platforms": { |
| "osx": null, |
| "ios": null, |
| "tvos": null, |
| "watchos": null |
| } |
| } |