blob: c09429d2c281e2c7c590b62063aa645e95c49d73 [file] [log] [blame]
{
"name": "Bindings",
"version": "0.1.0",
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"summary": "A lightweight iOS library inspired by Cocoa Bindings.",
"homepage": "https://github.com/rdavies/Bindings",
"authors": {
"Ryan Davies": "ryan@ryandavies.net"
},
"source": {
"git": "https://github.com/rdavies/Bindings.git",
"tag": "0.1.0"
},
"source_files": "Bindings/*.{h,m}",
"requires_arc": true
}