blob: 2a2a4405838be4790aea6f4809388462ce28b1af [file] [log] [blame]
{
"name": "PFLAlertable",
"version": "0.0.3",
"summary": "all kinds of alertableProtocol for iOS developer.",
"description": "this project provide all kinds of alertableProtocol for iOS developer",
"homepage": "https://github.com/pangfuli/PFLAlertable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"haq": "pflnh2011@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/pangfuli/PFLAlertable.git",
"tag": "0.0.3"
},
"source_files": [
"PFLAlertable",
"PFLAlertable/*.{swift}"
],
"exclude_files": "PFLAlertable/Exclude",
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"AudioToolbox"
]
},
"requires_arc": true,
"dependencies": {
"IQKeyboardManagerSwift": [
]
}
}