[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / f / WDKit / 1.0.2.9 / WDKit.podspec.json
blobed43dee4f3af71a3ab5148cc9a84d14fc23521b5
2   "name": "WDKit",
3   "version": "1.0.2.9",
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.9"
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     {
36       "name": "Utils",
37       "source_files": "WDKit/WDKit/Utils/*.{h,m}"
38     }
39   ]