[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / 9 / 3 / SwipeViewController / 0.1.2 / SwipeViewController.podspec.json
blob3d77b241e7cce2badcddf1a907a91db160565a35
2   "name": "SwipeViewController",
3   "version": "0.1.2",
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": "MIT",
8   "authors": {
9     "fortmarek": "marekfort@me.com"
10   },
11   "source": {
12     "git": "https://github.com/fortmarek/SwipeViewController.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SwipeViewController": [
22       "Pod/Assets/*.png"
23     ]
24   }