[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 2 / 6 / f / MSSTabbedPageViewController / 0.3.10 / MSSTabbedPageViewController.podspec.json
blob27b2f1b891a0ac051ca4be9b858a199dd4ceac2a
2   "name": "MSSTabbedPageViewController",
3   "version": "0.3.10",
4   "summary": "A custom container UIViewController which provides a simple to implement page view controller with scrolling tab bar",
5   "description": "MSSTabbedPageViewController is a UIViewController that provides a simple to implement page view controller with scrolling tab bar. Also includes a UIPageViewController wrapper that provides improved data source and delegation methods.",
6   "homepage": "https://github.com/MerrickSapsford/MSSTabbedPageViewController",
7   "screenshots": "https://raw.githubusercontent.com/MerrickSapsford/MSSTabbedPageViewController/develop/Resource/MSSTabbedPageViewController.gif",
8   "license": "MIT",
9   "authors": {
10     "Merrick Sapsford": "merrick@sapsford.tech"
11   },
12   "social_media_url": "http://twitter.com/MerrickSapsford",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/MerrickSapsford/MSSTabbedPageViewController.git",
18     "tag": "0.3.10"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "MSSTabbedPageViewController/Classes",
23     "Source/**/*.{h,m}"
24   ],
25   "resources": [
26     "Source/**/*.{xib}"
27   ],
28   "frameworks": "UIKit",
29   "deprecated_in_favor_of": "Tabman"