[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / e / d / TabBarPageController / 0.2.1 / TabBarPageController.podspec.json
blob8316a15038013c06291def4a7af22076bba79ca9
2   "name": "TabBarPageController",
3   "version": "0.2.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A container view controller that manages navigation between pages of content using a tab bar.",
9   "homepage": "https://github.com/conmulligan/TabBarPageController",
10   "authors": {
11     "conmulligan": "conmulligan@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/conmulligan/TabBarPageController.git",
15     "tag": "0.2.1"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Sources/TabBarPageController/**/*",
22   "frameworks": "UIKit",
23   "description": "A container view controller that manages navigation between pages of content. Each page is represented by a child view controller embedded in a UIPageViewController instance, allowing users to navigate between pages by either selecting tab bar items or swiping left and right.",
24   "swift_version": "5.0"