[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / 4 / 8 / VLDataBinding / 0.0.2 / VLDataBinding.podspec.json
blob20541034b40818ca78a3a863e1d831e6b8688eba
2   "name": "VLDataBinding",
3   "version": "0.0.2",
4   "summary": "A kind of iOS data binding and UIStoryboard data flow library",
5   "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",
6   "homepage": "https://github.com/Valensas/VLDataBinding",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Can YAMAN": "can@yaman.me"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/Valensas/VLDataBinding.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "VLDataBinding",
23     "VLDataBinding/*.{h,m}"
24   ],
25   "exclude_files": "VLDataBinding/Sample",
26   "requires_arc": true,
27   "dependencies": {
28     "DejalActivityView": [
30     ]
31   }