[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 6 / f / WDKit / 1.0.2.8 / WDKit.podspec.json
blob97d442ef6b26e43cd482c2d3c97532dec27e3462
2   "name": "WDKit",
3   "version": "1.0.2.8",
4   "summary": "A marquee view used on iOS.",
5   "description": "It is a marquee view used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/CoderWD/WDKit",
7   "license": "MIT",
8   "authors": {
9     "何伟东": "654500619@.com"
10   },
11   "source": {
12     "git": "https://github.com/CoderWD/WDKit.git",
13     "tag": "1.0.2.8"
14   },
15   "platforms": {
16     "ios": "4.3"
17   },
18   "requires_arc": true,
19   "source_files": "WDKit/WDKit/*.{h,m}",
20   "frameworks": [
21     "Foundation",
22     "CoreGraphics",
23     "UIKit",
24     "Security"
25   ],
26   "subspecs": [
27     {
28       "name": "Category",
29       "source_files": "WDKit/WDKit/Category/*.{h,m}"
30     },
31     {
32       "name": "Extension",
33       "source_files": "WDKit/WDKit/Extension/*.{h,m}"
34     }
35   ]