[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / d / FTPopOverMenu_Swift / 0.0.6 / FTPopOverMenu_Swift.podspec.json
blobfc3881b24c1eae1d0b86e6694049003e0a115e06
2   "name": "FTPopOverMenu_Swift",
3   "version": "0.0.6",
4   "summary": "Swift version of FTPopOverMenu. A pop over menu for iOS which is maybe the easiest one to use, highly customizable.",
5   "description": "`FTPopOverMenu` is a pop over menu for `iOS` which is maybe the easiest one to use, supports both portrait and landscape. It can show from any `UIView`, any `UIBarButtonItem` and any `CGRect`. Simplest APIs, enable you to change the style in one line of code.",
6   "authors": {
7     "liufengting": "wo157121900@me.com"
8   },
9   "homepage": "https://github.com/liufengting/FTPopOverMenu_Swift",
10   "screenshots": "https://raw.githubusercontent.com/liufengting/FTPopOverMenu/master/ScreenShots/Demo.gif",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/liufengting/FTPopOverMenu_Swift.git",
20     "tag": "0.0.6"
21   },
22   "source_files": [
23     "FTPopOverMenu_Swift/*.swift"
24   ],
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "3.0"
27   },
28   "requires_arc": true,
29   "pushed_with_swift_version": "3.0"