[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / 2 / MEDeclarativeTable / 0.1.0 / MEDeclarativeTable.podspec.json
blob311c00b70c5e388ca9d40e22ae1670891ca71f4c
2   "name": "MEDeclarativeTable",
3   "version": "0.1.0",
4   "summary": "Describe the structure of your `UITableView`'s sections and rows in an object oriented way.",
5   "description": "Describe the structure of your `UITableView`'s sections and rows in an object oriented way.  Useful for building small and mostly static tables such as forms, settings, menus, etc...  We prefer readability over memory efficiency, so it is not recommended to use this with tables that may have a large number of cells.",
6   "homepage": "https://github.com/enriquez/MEDeclarativeTable",
7   "license": "MIT",
8   "authors": {
9     "Mike Enriquez": "mike@enriquez.me"
10   },
11   "source": {
12     "git": "https://github.com/enriquez/MEDeclarativeTable.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/enriquez",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "MEDeclarativeTable": [
23       "Pod/Assets/*.png"
24     ]
25   }