[Add] SealdSdk 0.9.0-beta.1
[CocoaPods.git] / Specs / c / 2 / d / DataBindingLib / 1.0.0 / DataBindingLib.podspec.json
blob4e4269bd9c1543471cbc83225b92e29f92db4072
2   "name": "DataBindingLib",
3   "version": "1.0.0",
4   "summary": "Data Binding for iOS",
5   "description": "这是一个参考自Android DataBinding (http://developer.android.com/tools/data-binding/guide.html) 的库,其用法与Android 的 DataBinding非常相似 通过 xib 的 User Defined Runtime Attributes 实现对model的绑定(类似于Android xml 的 binding),设置绑定模型与绑定方法,\n\nThis is a lib base on 'Android DataBinding' (http://developer.android.com/tools/data-binding/guide.html) , It use like Android DataBinding , You can bind model and method through 'User Defined Runtime Attributes'\n\nForgive my poor English , There is no English Document and Notes , but if you interested ,just send me a Email,i will tell you how to use and how it work . and hopely you can help me to write English document and notes... My Email address : d.halin.lee@gmail.com",
6   "homepage": "https://github.com/Halin-Lee/DataBinding-for-iOS",
7   "license": "MIT",
8   "authors": {
9     "Halin": "d.halin.lee@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Halin-Lee/DataBinding-for-iOS.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DataBindingLib": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h"