| { | |
| "name": "SwiftlyExt", | |
| "version": "0.0.1", | |
| "license": "MIT", | |
| "summary": "Extensions for native standard Swift types and classes", | |
| "homepage": "https://github.com/khoiln/Swiftly", | |
| "authors": { | |
| "Khoi Lai": "k@khoi.io" | |
| }, | |
| "source": { | |
| "git": "https://github.com/khoiln/Swiftly.git", | |
| "tag": "0.0.1" | |
| }, | |
| "platforms": { | |
| "ios": "9.0", | |
| "osx": "10.11", | |
| "tvos": "9.0", | |
| "watchos": "2.0" | |
| }, | |
| "source_files": "Source/*.swift" | |
| } |