{ | |
"name": "SwiftObject", | |
"platforms": { | |
"ios": "9.0" | |
}, | |
"summary": "JS inspired Swift Object", | |
"requires_arc": true, | |
"version": "0.3.0", | |
"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.3.0" | |
}, | |
"frameworks": "Foundation", | |
"source_files": "SwiftObject/**/*.{swift}" | |
} |