blob: 937286fd6a8f160f8c4d44330e5a250b878d903e [file] [log] [blame]
{
"name": "SXHudAlert",
"version": "0.1.1",
"summary": "easy useing MBProgressHUD",
"homepage": "https://github.com/poos/SXHudAlert",
"license": "MIT",
"authors": {
"xiaoR": "bieshixuan@163.com"
},
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/poos/SXHudAlert.git",
"tag": "0.1.1"
},
"source_files": "SXHudAlert/SXHudAlert.h",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
]
},
"subspecs": [
{
"name": "MainClass",
"source_files": "SXHudAlert/**/*.{h,m}",
"public_header_files": "SXHudAlert/**/*.h"
}
]
}