blob: af4af3270f11641b16cebb4fb1f7bd586323aaf2 [file] [log] [blame]
{
"name": "OptionsViewController",
"version": "0.0.1",
"license": "MIT",
"summary": "iOS UIViewController subclass to implement options menu.",
"homepage": "https://github.com/s1ddok/OptionsViewController",
"social_media_url": "https://twitter.com/s1ddok",
"authors": {
"Andrey Volodin": "siddok@gmail.com"
},
"source": {
"git": "https://github.com/s1ddok/OptionsViewController.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"source_files": "OptionsViewController/**/*.swift",
"swift_version": "4.2",
"resources": [
"OptionsViewController/**/*.storyboard",
"OptionsViewController/**/*.xcassets",
"OptionsViewController/**/*.xib"
],
"requires_arc": true
}