blob: 4e4269bd9c1543471cbc83225b92e29f92db4072 [file] [log] [blame]
{
"name": "DataBindingLib",
"version": "1.0.0",
"summary": "Data Binding for iOS",
"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",
"homepage": "https://github.com/Halin-Lee/DataBinding-for-iOS",
"license": "MIT",
"authors": {
"Halin": "d.halin.lee@gmail.com"
},
"source": {
"git": "https://github.com/Halin-Lee/DataBinding-for-iOS.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DataBindingLib": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}