[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / 3 / TEQuickPageViewController / 2.1.2 / TEQuickPageViewController.podspec.json
blob3bfcc4e78b4659a91ebd5f0b4fee31f1800c30ef
2   "name": "TEQuickPageViewController",
3   "version": "2.1.2",
4   "summary": "Add pages to a PageViewController directly in Storyboard.",
5   "description": "TEQuickPageViewController is an extension of UIPageViewController to allow adding Views to a Page View directly in your Storyboard, without any additional code.\n\nJust add your Page View Controller and View Controllers to your Storyboard, then set a few attributes to add your View Controllers to the sequence of pages.",
6   "homepage": "https://github.com/theothertomelliott/TEQuickPageViewController",
7   "license": "MIT",
8   "authors": {
9     "Tom Elliott": "tom.w.elliott@gmail.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/theothertomelliott/TEQuickPageViewController.git",
16     "tag": "2.1.2"
17   },
18   "source_files": [
19     "TEQuickPageViewController/Library",
20     "TEQuickPageViewController/Library/**/*.{h,m}"
21   ],
22   "exclude_files": "TEQuickPageViewController/Library/Exclude",
23   "requires_arc": true