[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / 3 / e / a / RCPopoverView / 0.1 / RCPopoverView.podspec.json
blob2a5d662d6512f8c3e55317720273df88040cb1cc
2   "name": "RCPopoverView",
3   "version": "0.1",
4   "platforms": {
5     "ios": null
6   },
7   "license": "MIT",
8   "summary": "A drop-in class for presenting an unobstrusive UIView that slides in horizontally.",
9   "homepage": "http://robinchou.com",
10   "authors": {
11     "Robin Chou": "hello@robinchou.com"
12   },
13   "source": {
14     "git": "https://github.com/chourobin/RCPopoverView.git",
15     "tag": "0.1"
16   },
17   "description": "RCPopoverView is a drop-in cocoa class used to display a generic or custom UIView that slides horizontally. The view is easily dismissed by the user by swiping to the right.",
18   "source_files": "RCPopoverView/*.{h,m}",
19   "frameworks": "QuartzCore",
20   "requires_arc": true