blob: 2262c37b0e0d32a655038c1728d2846dd1df3598 [file] [log] [blame]
{
"name": "BalanceWheel",
"version": "0.9.0",
"summary": "A user default base on JSON.",
"description": " A user default base on JSON. Both for OSX and iOS.\n",
"homepage": "https://github.com/seraphcxl/BalanceWheel",
"license": "MIT",
"authors": {
"seraphcxl": "seraph.cxl@gmail.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/seraphcxl/BalanceWheel.git",
"tag": "0.9.0"
},
"source_files": "BalanceWheel/**/*.{h,m}",
"public_header_files": "BalanceWheel/**/*.h",
"requires_arc": true,
"dependencies": {
"Tourbillon": [
"~> 0.9.1"
]
}
}