[Add] ExpoFpIndoorAtlas 4.8.11
[CocoaPods.git] / Specs / c / 8 / 6 / DXTableViewModel / 0.0.1 / DXTableViewModel.podspec.json
blobf01b84024c1a6123637166c0fa9f04d5a4199006
2   "name": "DXTableViewModel",
3   "version": "0.0.1",
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.0.1"
20   },
21   "source_files": "DXTableViewModel/*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true