[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 8 / 3 / 0 / MinCarouseView / 1.0.0 / MinCarouseView.podspec.json
blob15f88e444d78441ed89cda0638801300665ca052
2   "name": "MinCarouseView",
3   "version": "1.0.0",
4   "summary": "A image carouse View with swift.",
5   "description": "swift版本,图片轮播器, 可以缓存网络图片、支持自动滚动, 需要iOS8.0以上版本",
6   "homepage": "https://github.com/zsmzhu/MinCarouseView",
7   "license": "MIT",
8   "authors": {
9     "zsm": "zsmzhug@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/zsmzhu/MinCarouseView.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "MinCarouseView/**/*.{swift}",
19   "resources": "MinCarouseView/*.png",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "requires_arc": true