[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / a / 9 / 7 / PopEvent / 0.2.0 / PopEvent.podspec.json
blob7e9cd4fb2d951ebc7d98ed240bbd69f5ebb3ad87
2   "name": "PopEvent",
3   "version": "0.2.0",
4   "summary": "An elegant way to handling pop gesture recogenizer event.",
5   "description": "An elegant way to handling pop gesture recogenizer event. Have you ever had such a problem? The screen-edge-pan gesture recognizer is invalid when you custom the `leftNavigationItem`. When you want to make user confirm whether to popToSuperViewController or not, you should prevent the pop and present a `UIAlertController'. Now you can implement them with a little bit of code.",
6   "homepage": "https://github.com/talisk/PopEvent",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "talisk": "talisk@talisk.cn"
13   },
14   "social_media_url": "http://weibo.com/u/1574201213",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/talisk/PopEvent.git",
20     "tag": "0.2.0"
21   },
22   "source_files": [
23     "PopEvent",
24     "PopEvent/*.{h,m}"
25   ],
26   "requires_arc": true