[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / d / FTPopOverMenu_Swift / 0.3.0 / FTPopOverMenu_Swift.podspec.json
blob3eedf0c716243ca053ea7dd5a09d422c8a07bd3c
2   "name": "FTPopOverMenu_Swift",
3   "version": "0.3.0",
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/FTResourceRepo/master/Resource/FTPopOverMenu/screenshots.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.3.0"
21   },
22   "source_files": [
23     "FTPopOverMenu_Swift/*.swift"
24   ],
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "5.0"
27   },
28   "requires_arc": true,
29   "swift_versions": "5.0",
30   "swift_version": "5.0"