[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 2 / 5 / AnimatedSwiftTable / 4.2.0 / AnimatedSwiftTable.podspec.json
blobeb9d4a7c5379f25275bd0e13dd5ffbd043a3d1fc
2   "name": "AnimatedSwiftTable",
3   "version": "4.2.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": "4.2.0"
17   },
18   "swift_version": "4.2",
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.4.2"
30     ],
31     "Changeset": [
32       "2.0.1"
33     ]
34   }