| { |
| "name": "SwiftyExt", |
| "version": "1.0.1", |
| "summary": "useful extensions for Swift", |
| "description": "\"useful extensions for Swift\"", |
| "homepage": "https://github.com/awd1559/SwiftyExt", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "authors": { |
| "awd1559": "awd1559@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/awd1559/SwiftyExt.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": [ |
| "SwiftyExt/*.swift", |
| "SwiftyExt/SwiftyExt.h" |
| ], |
| "public_header_files": "SwiftyExt/SwiftyExt.h" |
| } |