[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 0 / 6 / CPInfiniteBanner / 0.1.0 / CPInfiniteBanner.podspec.json
blob30b86c5242e293493f6da4aeaba091eb076714c0
2   "name": "CPInfiniteBanner",
3   "version": "0.1.0",
4   "summary": "CPInfiniteBanner is a autoscroll banner lib.",
5   "description": "An optional longer description of CPInfiniteBanner\n * Markdown format.\n * Don't worry about the indent, we strip it!",
6   "homepage": "https://github.com/crespoxiao/CPInfiniteBanner",
7   "license": "BSD",
8   "authors": {
9     "CrespoXiao": "xiaochengfei@didichuxing.com"
10   },
11   "source": {
12     "git": "https://github.com/crespoxiao/CPInfiniteBanner.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "Pod/Classes/**/*.h",
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "CPInfiniteBanner": [
23       "Pod/Assets/*"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "dependencies": {
31     "libextobjc": [
32       "~> 0.4.1"
33     ],
34     "SDWebImage": [
35       "~>3.7.2"
36     ],
37     "Masonry": [
38       "~>0.6.3"
39     ]
40   }