blob: a8a0231ac2badd884404a1b05a41a03244239f20 [file] [log] [blame]
{
"name": "SWExtension",
"version": "1.4.7",
"homepage": "https://github.com/zhoushaowen/SWExtension",
"platforms": {
"ios": "8.0"
},
"summary": "常用扩展",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhoushaowen": "348345883@qq.com"
},
"source": {
"git": "https://github.com/zhoushaowen/SWExtension.git",
"tag": "1.4.7"
},
"source_files": "SWExtension/SWExtension/SWExtension.h",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
]
},
"subspecs": [
{
"name": "UIKit",
"source_files": "SWExtension/SWExtension/UIKit/*.{h,m}"
},
{
"name": "Foundation",
"source_files": "SWExtension/SWExtension/Foundation/*.{h,m}"
}
]
}