[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 2 / 5 / AnimatedSwiftTable / 5.0.0 / AnimatedSwiftTable.podspec.json
blob3d9ce7611b8ecdc2adde5bb90c3e288374de53d3
2   "name": "AnimatedSwiftTable",
3   "version": "5.0.0",
4   "summary": "Magically animated table views",
5   "description": "AnimatedSwiftTable magically combines the powers of Changeset and SwiftTable to create automatically animated table views.",
6   "homepage": "https://github.com/bradhilton/AnimatedSwiftTable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brad Hilton": "brad@skyvive.com"
13   },
14   "source": {
15     "git": "https://github.com/bradhilton/AnimatedSwiftTable.git",
16     "tag": "5.0.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "AnimatedSwiftTable",
24     "AnimatedSwiftTable/**/*.{swift,h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "SwiftTable": [
29       "0.5.0"
30     ],
31     "Changeset": [
32       "2.0.1"
33     ]
34   }