[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / d / 7 / e / EPSReactiveTableViewController / 1.1.1 / EPSReactiveTableViewController.podspec.json
blob4d25340e1edf590b9e626cbb637ba9ecee472464
2   "name": "EPSReactiveTableViewController",
3   "version": "1.1.1",
4   "summary": "A table view controller that automatically populates a table view, and animates the insertion and deletion of rows.",
5   "description": "EPSReactiveTableViewController is a subclass of `UITableViewController` that automatically populates a table view, and animates the insertion and deletion of rows by observing changes to an array of model objects.",
6   "homepage": "https://github.com/ElectricPeelSoftware/EPSReactiveTableViewController",
7   "license": "MIT",
8   "authors": {
9     "Peter Stuart": "peter@electricpeelsoftware.com"
10   },
11   "source": {
12     "git": "https://github.com/ElectricPeelSoftware/EPSReactiveTableViewController.git",
13     "tag": "1.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "public_header_files": "Classes/*.h",
21   "dependencies": {
22     "ReactiveCocoa": [
23       "~> 2.3"
24     ]
25   },
26   "deprecated_in_favor_of": "EPSReactiveList"