| { | |
| "name": "SOExtensions", | |
| "version": "1.0.0", | |
| "summary": "Collection of useful extensions for Swift", | |
| "homepage": "https://github.com/SebastianOsinski/SOExtensions", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE.md" | |
| }, | |
| "authors": "Sebastian OsiĆski", | |
| "platforms": { | |
| "ios": "8.0", | |
| "osx": "10.9", | |
| "watchos": "2.0", | |
| "tvos": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/SebastianOsinski/SOExtensions.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": "SOExtensions/**/*.swift" | |
| } |