[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 8 / b / SmartUITableView / 0.2.2 / SmartUITableView.podspec.json
blob1d0b0eabc79459069bd2653a21098be0aa65c712
2   "name": "SmartUITableView",
3   "version": "0.2.2",
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.2"
17   },
18   "source_files": "SmartUITableView.{h,m}",
19   "frameworks": "UIKit"