| { | |
| "name": "SwiftObject", | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "summary": "JS inspired Swift Object", | |
| "requires_arc": true, | |
| "version": "0.1.2", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Zach Eriksen": "zmeriksen@gmail.com" | |
| }, | |
| "homepage": "https://gitlab.com/_leif/SwiftObject", | |
| "source": { | |
| "git": "https://gitlab.com/_leif/SwiftObject.git", | |
| "tag": "0.1.2" | |
| }, | |
| "frameworks": "UIKit", | |
| "source_files": "SwiftObject/**/*.{swift}" | |
| } |