blob: 2d5ef6cd39d109b5fa637ded7cf2183ae5fee3b6 [file] [log] [blame]
{
"name": "EVTopTabBar",
"version": "0.1.0",
"homepage": "https://github.com/epv44/EVTopTabBar",
"authors": {
"Eric Vennaro": "epv9@case.edu"
},
"summary": "Custom UITabBarController with custom tabs that are at the top of the controller.",
"description": "EVTopTabBar is a custom UIPageViewController for iOS where the page control is at the top.",
"license": "MIT",
"source": {
"git": "https://github.com/epv44/EVTopTabBar.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EVTopTabBar": [
"Pod/Assets/*.png"
]
}
}