blob: c05d916545eb9a1095ad35d0d675098c77a988c0 [file] [log] [blame]
{
"name": "SwipeViewController",
"version": "2.0",
"summary": "Subclass of UIPageViewController and UINavigation for easy navigation",
"description": "SwipeViewController is an easy and quick way to implement PageViewController with addition of buttons at the top of the view.",
"homepage": "https://github.com/fortmarek/SwipeViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fortmarek": "marekfort@me.com"
},
"source": {
"git": "https://github.com/fortmarek/SwipeViewController.git",
"tag": "2.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"social_media_url": "https://twitter.com/marekfort",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "SwipeViewController/**/*",
"exclude_files": "SwipeViewController/*.plist"
}