{ | |
"name": "Transformer-DSL", | |
"version": "0.0.3", | |
"summary": "A domain specific language for CoreAnimation Transformations.", | |
"homepage": "https://github.com/schwa/Transformer-DSL", | |
"license": { | |
"type": "BSD 2-Clause", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"Jonathan Wight": "schwa@schwa.io" | |
}, | |
"platforms": { | |
"ios": "7.0", | |
"osx": "10.8" | |
}, | |
"source": { | |
"git": "https://github.com/schwa/Transformer-DSL.git", | |
"tag": "0.0.3" | |
}, | |
"source_files": "NIMTransformFormatter/*.{h,m}", | |
"requires_arc": true | |
} |