| { | |
| "name": "Transformer-DSL", | |
| "version": "0.0.1", | |
| "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.9" | |
| }, | |
| "source": { | |
| "git": "https://github.com/schwa/Transformer-DSL.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "NIMTransformFormatter.{h,m}", | |
| "requires_arc": true | |
| } |