blob: 0ee8f758bbe6d3524a6477a115b083724f060fe0 [file] [log] [blame]
{
"name": "TJBinder",
"version": "0.1.0",
"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.1.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"source_files": "TJBinder/**/*.{h,m}",
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DTJBINDER_AVAILABLE"
}
}