[Add] Leopard-iOS 2.0.2
[CocoaPods.git] / Specs / 8 / 6 / 3 / BKCycleScrollView / 2.0.0 / BKCycleScrollView.podspec.json
blob548505c4f7397dbe56e08e16ac7c3473d35672ce
2   "name": "BKCycleScrollView",
3   "version": "2.0.0",
4   "summary": "无限滚动视图",
5   "homepage": "https://github.com/MMDDZ/BKCycleScrollView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "MMDDZ": "694092596@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/MMDDZ/BKCycleScrollView.git",
15     "tag": "2.0.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "BKCycleScrollView/Classes/*.{h,m}",
22   "resources": "BKCycleScrollView/Assets/BKCycleScrollView.bundle",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "BKTimer": [
26       ">= 1.0.0"
27     ],
28     "SDWebImage": [
29       ">= 5.0.0"
30     ]
31   }