blob: 6ff72576e62cf3c14c44213f89f1b2a2e4387244 [file] [log] [blame]
{
"name": "TJBinder",
"version": "0.0.2",
"summary": "TJBinder is a lightweight but still powerful iOS implementation Cocoa bindings.",
"description": "TJBinder is a lightweight but still powerful iOS implementation of the model -- view binding technology seen in Cocoa bindings for OS-X. The aim is the same: to create a \"technology that provide a means of keeping model and view values synchronized without you having to write a lot of glue code.\"",
"homepage": "https://github.com/Neosperience/TJBinder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Janos Tolgyesi": "janos.tolgyesi@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Neosperience/TJBinder.git",
"tag": "0.0.2"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"source_files": "TJBinder/**/*.{h,m}"
}