blob: 2ced4c523961ddca5921574e9b05a1e9b5393b8c [file] [log] [blame]
{
"name": "PagedAlertController",
"version": "0.1.7",
"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.7"
},
"platforms": {
"ios": "7.0"
},
"source_files": "PagedAlertController/Classes/**/*.{h,m}",
"resource_bundles": {
"PagedAlertController": [
"PagedAlertController/Classes/PagedAlertView.xib"
]
}
}