blob: 554c1a17f5f2f4aeb9c12a7ea24380c590d1c242 [file] [log] [blame]
{
"name": "PagedAlertController",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PagedAlertController/Classes/**/*.{h,m}",
"resource_bundles": {
"PagedAlertController": [
"PagedAlertController/Classes/PagedAlertView.xib"
]
}
}