blob: ca59cd0f2342334c1cd84502fcc49721686b5ea4 [file] [log] [blame]
{
"name": "VLDataBinding",
"version": "0.0.4",
"summary": "A kind of iOS data binding and UIStoryboard data flow library",
"description": " A longer description of VLDataBinding in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/Valensas/VLDataBinding",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Can YAMAN": "can@yaman.me"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Valensas/VLDataBinding.git",
"tag": "0.0.4"
},
"source_files": [
"VLDataBinding",
"VLDataBinding/*.{h,m}"
],
"exclude_files": "VLDataBinding/Sample",
"requires_arc": true,
"dependencies": {
"DejalActivityView": [
]
}
}