[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / f / 0 / SHMTableView / 1.0.0 / SHMTableView.podspec.json
blob94f28de73ff989a6ce3c6df713f10634adf63f81
2   "name": "SHMTableView",
3   "version": "1.0.0",
4   "summary": "SHMTableView is a wrapper around UITableView datasource, that helps you define table contents by mapping view types to model instances.",
5   "description": "HMTableView helps you abstract away the routine stuff in UITableViewDataSource and UITableViewDelegate. Instead you can focus on structure and content to be displayed by UITableView.\n\nTo use SHMTableView, you must:\n\n    1. Create data model instances\n    2. Map data models to view types\n    3. Pass your mapping to the SHMTableView library\n\nSHMTableView creates and configures all UITableViewCell instances to be displayed in UITableView.",
6   "homepage": "https://github.com/ShowMax/SHMTableView",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Showmax": "ios@showmax.com"
13   },
14   "source": {
15     "git": "https://github.com/ShowMax/SHMTableView.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/showmaxdevs",
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0"
22   },
23   "frameworks": "UIKit",
24   "source_files": [
25     "Source/*.swift"
26   ],
27   "pushed_with_swift_version": "3.0"