[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / a / 5 / PXRotatorView / 0.5.4 / PXRotatorView.podspec.json
blobe813ef0b95de963dea394e4d39bf44456ff942fb
2   "name": "PXRotatorView",
3   "version": "0.5.4",
4   "summary": "An auto rotating carousel view based on iCarousel and ReactiveCocoa",
5   "description": "An carousel view based on iCarousel and ReactiveCocoa.\nYou should override base view model and provide your own data source.\nIt's easy to  customize a page control using category.",
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.4"
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   }