[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / a / d / SKSTableView / 0.0.2 / SKSTableView.podspec.json
blobe0726e5a88400a05101dbf9ece2b8c45f1aad02f
2   "name": "SKSTableView",
3   "version": "0.0.2",
4   "summary": "An expandable table view.",
5   "description": "                   SKSTableView is a custom table view class extended from UITableView class.\n                   This class provides a single-level hierarchical structure(an expandable table view) for your contents.\n                   In order to minimalize the effectiveness of the table view, the default insertion and remove mechanism of UITableView (insertRowsAtIndexPaths:withRowAnimation: and deleteRowsAtIndexPaths:withRowAnimation:) is used.\n                   Main rows of your table view, which can be expandable or not must be instances of SKSTableViewCell class. Subrows can be instances of any class that is extended from UITableViewCellor or UITableViewCell itself.\n",
6   "homepage": "https://github.com/weekwood/SKSTableView",
7   "screenshots": "https://raw.githubusercontent.com/weekwood/SKSTableView/master/screenshot.PNG",
8   "license": "MIT",
9   "authors": "sakkaras",
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/weekwood/SKSTableView.git",
15     "tag": "0.0.2"
16   },
17   "source_files": [
18     "SKSTableView/SKSTableView.{h,m}",
19     "SKSTableView/SKSTableViewCell.{h,m}",
20     "SKSTableView/SKSTableViewCellIndicator.{h,m}"
21   ],
22   "resources": "SKSTableView/*.png",
23   "requires_arc": true