[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 9 / 8 / TJBinder / 0.1.0 / TJBinder.podspec.json
blob0ee8f758bbe6d3524a6477a115b083724f060fe0
2   "name": "TJBinder",
3   "version": "0.1.0",
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 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.\"",
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.1.0"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "source_files": "TJBinder/**/*.{h,m}",
27   "xcconfig": {
28     "OTHER_CFLAGS": "$(inherited) -DTJBINDER_AVAILABLE"
29   }