[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 7 / 6 / CJInfiniteLoopView / 0.0.3 / CJInfiniteLoopView.podspec.json
blobafa43dc7b8649818e7358cf19ddce776defdce7e
2   "name": "CJInfiniteLoopView",
3   "version": "0.0.3",
4   "summary": "一款用起来so easy的左右无限滚动控件,一般用于首页banner",
5   "homepage": "https://github.com/CoderJee/CJInfiniteLoopView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "CoderJee": "fx105387373@sina.com"
12   },
13   "social_media_url": "http://twitter.com/CoderJee",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/CoderJee/CJInfiniteLoopView.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "InfiniteLoopScrollDemo/CJInfiniteLoopScrollView/**/*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "dependencies": {
25     "Masonry": [
26       "~> 0.6.4"
27     ]
28   }