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