[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 3 / 2 / MEDeclarativeTable / 0.2.0 / MEDeclarativeTable.podspec.json
blob10fd9ef382a4e3e14900a25f1b68be6f4a9fb66e
2   "name": "MEDeclarativeTable",
3   "version": "0.2.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.2.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   }