[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 3 / c / 4 / ImageCycleScrollView / 2.0 / ImageCycleScrollView.podspec.json
blob1fad645c55b88e5168ba3b7c2b7783203b48285e
2   "name": "ImageCycleScrollView",
3   "version": "2.0",
4   "summary": "A cycle scrollview in swift supporting autoplay and manual play.",
5   "homepage": "https://github.com/shinancao/ImageCycleScrollView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "shinancao": "shinancao666@163.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/shinancao/ImageCycleScrollView.git",
18     "tag": "2.0"
19   },
20   "source_files": "Sources/*.{swift,h}",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "Kingfisher": [
28       "~> 3.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"