blob: 52f3adaea0729aea23a89e5acc3fdb77fdea1c09 [file] [log] [blame]
{
"name": "TEQuickPageViewController",
"version": "2.1.0",
"summary": "Add pages to a PageViewController directly in Storyboard.",
"description": "\t\t\t\t\tTEQuickPageViewController is an extension of UIPageViewController to allow adding Views to a Page View directly in your Storyboard, without any additional code.\n\t\t\t\t\t\n\t\t\t\t\tJust 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.\n",
"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.0"
},
"source_files": [
"TEQuickPageViewController/Library",
"TEQuickPageViewController/Library/**/*.{h,m}"
],
"exclude_files": "TEQuickPageViewController/Library/Exclude",
"requires_arc": true
}