blob: 8123c333b93572cab69bcd6172782b4f1de70ca5 [file] [log] [blame]
{
"name": "AFPopupView",
"version": "1.0",
"summary": "A simple to use and functional popup view for iOS.",
"description": "A simple to use and functional popup view for iOS, as seen in Wunderlist iOS app.",
"homepage": "https://github.com/AlvaroFranco/AFPopupView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alvaro Franco": "alvarofrancoayala@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/AlvaroFranco/AFPopupView.git",
"tag": "v1.0"
},
"source_files": [
"AFPopupView.h",
"AFPopupView.m"
],
"frameworks": "QuartzCore",
"requires_arc": true
}