| { |
| "name": "PFLAlertable", |
| "version": "1.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": "1.0.2" |
| }, |
| "source_files": [ |
| "PFLAlertable", |
| "PFLAlertable/*.{swift}" |
| ], |
| "exclude_files": "PFLAlertable/Exclude", |
| "ios": { |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "AudioToolbox" |
| ] |
| }, |
| "requires_arc": true, |
| "dependencies": { |
| "IQKeyboardManagerSwift": [ |
| |
| ] |
| } |
| } |