[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 2 / 5 / ZYDataCenter / 1.1.2 / ZYDataCenter.podspec.json
blobdd967d4219c51e551acaa3425a6c60c0e34ecd61
2   "name": "ZYDataCenter",
3   "version": "1.1.2",
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": "http://git.8win.com/heweidong/zy-home-football-datacenter",
7   "license": "MIT",
8   "authors": {
9     "何伟东": "wd.he@8win.com"
10   },
11   "source": {
12     "git": "http://git.8win.com/heweidong/zy-home-football-datacenter.git",
13     "tag": "1.1.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "pod_target_xcconfig": {
20     "OTHER_LDFLAGS": "-lObjC"
21   },
22   "ios": {
23     "resource_bundles": {
24       "ZYDataCenterBundle": [
25         "ZYDataCenter/ZYDataCenterBundle/*.png",
26         "ZYDataCenter/**/*.xib"
27       ]
28     },
29     "vendored_frameworks": "ZYDataCenter/Products/ZYDataCenter.framework"
30   },
31   "frameworks": [
32     "Foundation",
33     "UIKit"
34   ],
35   "weak_frameworks": "ZYService",
36   "dependencies": {
37     "ZYService": [
39     ],
40     "FDFullscreenPopGesture": [
41       "~> 1.1"
42     ],
43     "IQKeyboardManager": [
44       "~> 5.0.4"
45     ]
46   }