blob: e2d62705a080e6f3cada00d379ed74500ed3f6c7 [file] [log] [blame]
{
"name": "PagedAlertController",
"version": "0.1.4",
"summary": "An alert like paged controller with custom content",
"description": "Provides an Alert style embeded in a UIPageViewController with a data source and delegate protocol for configuration and response.",
"homepage": "https://github.com/DanielCardonaRojas/PagedAlertControllerPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Cardona Rojas": "d.cardona.rojas@gmail.com"
},
"source": {
"git": "https://github.com/DanielCardonaRojas/PagedAlertControllerPod.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PagedAlertController/Classes/**/*",
"resources": [
"PagedAlertController/Classes/PagedAlertView.xib"
],
"resource_bundles": {
"PagedAlertController": [
"PagedAlertController/Classes/*.xib"
]
}
}