blob: d0c999ff46d0dfd0e057770610e56d025f49407e [file] [log] [blame]
{
"name": "DRYPagerViewController",
"version": "1.1.0",
"summary": "Container view controller, capable of paging view controllers infinitely.",
"description": "This is our alternative to the (somtimes too limited) UIPageViewController.",
"homepage": "https://github.com/appfoundry/DRYPagerViewController",
"license": "MIT",
"authors": {
"Michael Seghers": "mike@appfoundry.be"
},
"source": {
"git": "https://github.com/appfoundry/DRYPagerViewController.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/AppFoundryBE",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DRYPagerViewController": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}