blob: 496294a372c53b39f6d0256da5aed2c02149b314 [file] [log] [blame]
{
"name": "ADFullScreenDetailView",
"version": "0.0.1",
"summary": "A detail view that dynamically sizes based on content. Alternative to UIAlertView to display more information elegantly.",
"homepage": "https://github.com/agilemd/ADFullScreenDetailView",
"license": "MIT",
"authors": {
"Zack Liston": "zackmliston@gmail.com"
},
"source": {
"git": "https://github.com/agilemd/ADFullScreenDetailView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "ADFullScreenDetailView",
"exclude_files": [
"ADFullScreenDetailViewDemo",
"ADFullScreenDetailViewTests"
],
"frameworks": "QuartzCore",
"requires_arc": true
}