[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / 9 / 3 / SwipeViewController / 2.0 / SwipeViewController.podspec.json
blobc05d916545eb9a1095ad35d0d675098c77a988c0
2   "name": "SwipeViewController",
3   "version": "2.0",
4   "summary": "Subclass of UIPageViewController and UINavigation for easy navigation",
5   "description": "SwipeViewController is an easy and quick way to implement PageViewController with addition of buttons at the top of the view.",
6   "homepage": "https://github.com/fortmarek/SwipeViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fortmarek": "marekfort@me.com"
13   },
14   "source": {
15     "git": "https://github.com/fortmarek/SwipeViewController.git",
16     "tag": "2.0"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "5.0"
20   },
21   "social_media_url": "https://twitter.com/marekfort",
22   "platforms": {
23     "ios": "9.0"
24   },
25   "requires_arc": true,
26   "source_files": "SwipeViewController/**/*",
27   "exclude_files": "SwipeViewController/*.plist"