[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 8 / 6 / DXTableViewModel / 0.1.0 / DXTableViewModel.podspec.json
blob047282d22379f8c9a08f074619dfb4c7af33a18b
2   "name": "DXTableViewModel",
3   "version": "0.1.0",
4   "summary": "An object-oriented representation of UITableView. Helps describe table view in declarative manner.",
5   "description": "                   DXTableViewModel is useful for building complex UITableView based forms\n\t\t\t\t   with lots of different cell subclasses. It acts like configuration toolbox for table view\n\t\t\t\t   providing objects that represent sections and rows with block-based API which wrap up \n\t\t\t\t   delegate and datasource methods.\n\n\t\t\t\t   * Easy to use: API naming is similiar to UITableView's delegate and datasource methods\n\t\t\t\t   * Easy to integrate into existing projects: custom UITableViewCell's and UIViewController's free.\n",
6   "homepage": "https://github.com/libdx/DXTableViewModel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Ignatenko": "avi.cpp@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/libdx/DXTableViewModel.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "DXTableViewModel/*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true