[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 2 / 5 / ZYDataCenter / 1.0.3 / ZYDataCenter.podspec.json
blobdbfb73f7afb4bb1c110e96cea7813b161e47a64f
2   "name": "ZYDataCenter",
3   "version": "1.0.3",
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.0.3"
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       "~> 3.3.7"
45     ]
46   }