blob: 87a00d3339e5b1c68632c13d4e8c678dd46e2547 [file] [log] [blame]
{
"name": "PFLAlertable",
"version": "0.0.2",
"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.2"
},
"source_files": [
"PFLAlertable",
"PFLAlertable/*.{swift}"
],
"exclude_files": "PFLAlertable/Exclude",
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"AudioToolbox"
]
},
"requires_arc": true,
"dependencies": {
"IQKeyboardManagerSwift": [
]
}
}