blob: 3bfcc4e78b4659a91ebd5f0b4fee31f1800c30ef [file] [log] [blame]
{
"name": "TEQuickPageViewController",
"version": "2.1.2",
"summary": "Add pages to a PageViewController directly in Storyboard.",
"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.",
"homepage": "https://github.com/theothertomelliott/TEQuickPageViewController",
"license": "MIT",
"authors": {
"Tom Elliott": "tom.w.elliott@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/theothertomelliott/TEQuickPageViewController.git",
"tag": "2.1.2"
},
"source_files": [
"TEQuickPageViewController/Library",
"TEQuickPageViewController/Library/**/*.{h,m}"
],
"exclude_files": "TEQuickPageViewController/Library/Exclude",
"requires_arc": true
}