[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 7 / e / d / TabBarPageController / 0.1.1 / TabBarPageController.podspec.json
blob37b9b1df70ade4e45644b7487b87b2f537539ca6
2   "name": "TabBarPageController",
3   "version": "0.1.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A container view controller that manages paging navigation between tabs of content.",
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.1.1"
16   },
17   "screenshots": [
18     "https://raw.githubusercontent.com/conmulligan/TabBarPageController/master/Example/Screenshots/1.png",
19     "https://raw.githubusercontent.com/conmulligan/TabBarPageController/master/Example/Screenshots/2.png",
20     "https://raw.githubusercontent.com/conmulligan/TabBarPageController/master/Example/Screenshots/3.png"
21   ],
22   "social_media_url": "https://twitter.com/conmulligan",
23   "swift_version": "4.1",
24   "platforms": {
25     "ios": "9.0"
26   },
27   "source_files": "TabBarPageController/Classes/**/*",
28   "frameworks": "UIKit",
29   "description": "A container view controller that manages navigation between tabs of content. Each tab is managed by a child view controller embedded in a UIPageViewController instance, allowing users to navigate between tabs by selecting tab bar items or swiping left and right."