{ | |
"name": "Goldengate", | |
"version": "0.0.1", | |
"license": "MIT", | |
"summary": "Bridging Swift and JavaScript worlds", | |
"homepage": "https://github.com/radex/Goldengate", | |
"authors": { | |
"Radek Pietruszewski": "this.is@radex.io" | |
}, | |
"source": { | |
"git": "https://github.com/radex/Goldengate.git", | |
"tag": "0.0.1" | |
}, | |
"requires_arc": true, | |
"platforms": { | |
"osx": "10.10" | |
}, | |
"source_files": "Goldengate/*.{swift,m,h}", | |
"frameworks": "Cocoa" | |
} |