[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / a / 5 / PXRotatorView / 0.5.2 / PXRotatorView.podspec.json
blob2db8343dea54c8e327be8b80492b83358b81b5ac
2   "name": "PXRotatorView",
3   "version": "0.5.2",
4   "summary": "An auto rotating carousel view based on iCarousel and ReactiveCocoa",
5   "description": "                        An carousel view based on iCarousel and ReactiveCocoa.\n                        You should override base view model and provide your own data source.\n                        It's easy to  customize a page control using category.\n",
6   "homepage": "https://github.com/drinking/PXRotatorView",
7   "license": "MIT",
8   "authors": {
9     "drinking": "pan49@126.com"
10   },
11   "source": {
12     "git": "https://github.com/drinking/PXRotatorView.git",
13     "tag": "0.5.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PXRotatorView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "ReactiveCocoa": [
27       "~> 2.4.7"
28     ],
29     "iCarousel": [
30       "~> 1.8.1"
31     ]
32   }