blob: 0d11f8f737c45989c2464ec7f0eec5adc4a19639 [file] [log] [blame]
{
"name": "XYFAlertView",
"version": "1.3.0",
"summary": "A simple, easy to use, variety of prompting operation frame",
"description": "A simple, easy to use, variety of prompting operation frame for ios platform, which is also safe",
"homepage": "https://github.com/CoderXYF/XYFAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CoderXYF": "2016003298@qq.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/CoderXYF/XYFAlertView.git",
"tag": "1.3.0"
},
"source_files": "XYFAlertView/XYFAlertView/*.{h,m}",
"resource_bundles": {
"XYFAlertView": [
"XYFAlertView/XYFAlertView/Images/*"
]
},
"frameworks": "UIKit",
"dependencies": {
"MBProgressHUD": [
],
"AFNetworking": [
]
}
}