blob: 2362c83c982115b51d587bd16ec7dfcd7c94fa2b [file] [log] [blame]
{
"name": "PagedAlertController",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PagedAlertController/Classes/**/*",
"resources": [
"PagedAlertController/Classes/PagedAlertView.xib"
]
}