[Add] AliPlayerSDK_iOS_NORMAL_SR_FILTER 6.21.0
[CocoaPods.git] / Specs / b / 2 / 0 / WDHorizontalTableView / 1.0.0 / WDHorizontalTableView.podspec.json
blobb6b7c0aa5e17a73e10e615403a5b0cfd344eb473
2   "name": "WDHorizontalTableView",
3   "version": "1.0.0",
4   "summary": "A horizontal tableview used on iOS.",
5   "description": "It is a horizontal tableview used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/CoderWD/WDHorizontalTableView",
7   "license": "MIT",
8   "authors": {
9     "何伟东": "654500619@.com"
10   },
11   "source": {
12     "git": "https://github.com/CoderWD/WDHorizontalTableView.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "WDHorizontalTableView/WDHorizontal*.{h,m}",
20   "frameworks": [
21     "Foundation",
22     "CoreGraphics",
23     "UIKit",
24     "Security"
25   ],
26   "dependencies": {
27     "WDKit": [
29     ],
30     "Masonry": [
32     ]
33   }