blob: 7e3f8edce1122bd74ae948aba88b0cd52f9489bf [file] [log] [blame]
{
"name": "JLAlertController",
"version": "0.1.0",
"summary": "A alert view.",
"description": "Popover style alert view.",
"homepage": "https://github.com/JulianSong/JLAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"julian.song": "geeksong@gmail.com"
},
"source": {
"git": "https://github.com/JulianSong/JLAlertController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JLAlertController/Classes/*",
"public_header_files": "JLAlertController/Classes/*.h",
"frameworks": "UIKit",
"dependencies": {
"JLTransitioning": [
]
}
}