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