blob: 060121cfb019a67d3b9ffb6356903d2d55794da4 [file] [log] [blame]
{
"name": "GNBindings",
"version": "0.0.4",
"summary": "GNBindings inspired by cocoa bindings .",
"description": " \t\t\t\t\tProgramatically create bindings between multiple objects/keys.\n",
"homepage": "https://github.com/jakubknejzlik/GNBindings",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jakub Knejzlik": "jakub.knejzlik@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/jakubknejzlik/GNBindings.git",
"tag": "0.0.4"
},
"source_files": "GNBindings/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}