blob: 7fd50733f7b9d919ed36def77aa84dfdb066fce2 [file] [log] [blame]
{
"name": "PFLAlertable",
"version": "0.0.1",
"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": "FILE_LICENSE"
},
"authors": {
"haq": "pflnh2011@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/pangfuli/PFLAlertable.git",
"tag": "0.0.1"
},
"source_files": [
"PFLAlertable",
"PFLAlertable/*.{swift}"
],
"exclude_files": "PFLAlertable/Exclude",
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"AudioToolbox"
]
},
"dependencies": {
"IQKeyboardManagerSwift": [
]
}
}