{ | |
"name": "ArsScale", | |
"version": "0.1.2", | |
"summary": "Objective-C port of D3.js scale.", | |
"homepage": "https://github.com/azu/ArsScale", | |
"license": { | |
"type": "BSD", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"azu": "info@efcl.info" | |
}, | |
"platforms": { | |
"ios": "6.0" | |
}, | |
"source": { | |
"git": "https://github.com/azu/ArsScale.git", | |
"tag": "0.1.2" | |
}, | |
"dependencies": { | |
"ArsDashFunction": [ | |
"~> 0.0.1" | |
] | |
}, | |
"source_files": "ArsScale/**/*.{h,m}", | |
"requires_arc": true | |
} |