[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / 8 / b / SmartUITableView / 0.2.1 / SmartUITableView.podspec.json
blob844c51fa028b22d6eeb5c1e01ec18a8ff36ae2ff
2   "name": "SmartUITableView",
3   "version": "0.2.1",
4   "summary": "UITableView that doesn't crash on wrong updates (iOS)",
5   "description": "                   UITableView that doesn't crash on wrong updates (for iOS)\n\n                   * This UITableView will not if wrong number of rows or sections will be there after inserting, removing or deleting. It will display warning in log.\n                   * If anything bad happens this UITableView will reload it's contents without animation. Just set the class for UITableView that could possibly crash after \nupdates in the storyboard or xib and don't forget to look at the log\n",
6   "homepage": "https://github.com/Itheme/SmartUITableViewPod",
7   "license": "MIT",
8   "authors": {
9     "Dan Parkhomenko": "thereaintnomailformeagain@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Itheme/SmartUITableViewPod.git",
16     "tag": "0.2.1"
17   },
18   "source_files": "SmartUITableView.{h,m}",
19   "frameworks": "UIKit"