[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 0 / e / OptionsViewController / 0.0.1 / OptionsViewController.podspec.json
blobaf4af3270f11641b16cebb4fb1f7bd586323aaf2
2   "name": "OptionsViewController",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "iOS UIViewController subclass to implement options menu.",
6   "homepage": "https://github.com/s1ddok/OptionsViewController",
7   "social_media_url": "https://twitter.com/s1ddok",
8   "authors": {
9     "Andrey Volodin": "siddok@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/s1ddok/OptionsViewController.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "ios": {
19     "frameworks": [
20       "UIKit",
21       "Foundation"
22     ]
23   },
24   "source_files": "OptionsViewController/**/*.swift",
25   "swift_version": "4.2",
26   "resources": [
27     "OptionsViewController/**/*.storyboard",
28     "OptionsViewController/**/*.xcassets",
29     "OptionsViewController/**/*.xib"
30   ],
31   "requires_arc": true