[Add] TPNBaiduSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 6 / 9 / 8 / TJBinder / 0.0.1 / TJBinder.podspec.json
bloba4aa549907e8e7d60380b96131c11dab0fd585e9
2   "name": "TJBinder",
3   "version": "0.0.1",
4   "summary": "TJBinder is a lightweight but still powerful iOS implementation Cocoa bindings.",
5   "description": "                   TJBinder is a lightweight but still powerful iOS implementation of the model -- view \n                   binding technology seen in Cocoa bindings for OS-X. The aim is the same: to create \n                   a \"technology that provide a means of keeping model and view values synchronized \n                   without you having to write a lot of glue code.\"\n",
6   "homepage": "https://github.com/Neosperience/TJBinder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Janos Tolgyesi": "janos.tolgyesi@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/Neosperience/TJBinder.git",
19     "tag": "0.0.1"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "source_files": "TJBinder/**/*.{h,m}"