[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / a / 5 / PXRotatorView / 0.5.8 / PXRotatorView.podspec.json
blobdb2ad8fabc6a114e42bf984c35887ed91efe6ac2
2   "name": "PXRotatorView",
3   "version": "0.5.8",
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.8"
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     "iCarousel": [
27       "~> 1.8.1"
28     ]
29   }