[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / c / a / LGRightMoreView / 1.0.0 / LGRightMoreView.podspec.json
blobf59106ee41ec88eb0e266bdc67164c4059a05e0b
2   "name": "LGRightMoreView",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT"
6   },
7   "summary": "UICollectionView 右侧滑动可以push 到下一个控制器组件",
8   "description": "UICollectionView 右侧滑动可以push 到下一个控制器组件",
9   "homepage": "https://github.com/lanligang/LGRightMoreView",
10   "authors": {
11     "LenSky": "lslanligang@sina.com"
12   },
13   "source": {
14     "git": "https://github.com/lanligang/LGRightMoreView.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "LgRightMoreView/**/*.{h,m}",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "7.0"
21   },
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "CoreGraphics",
26       "Foundation"
27     ]
28   }