blob: 56503a995736658076b0e1587b111754a04daf73 [file] [log] [blame]
{
"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
}