blob: 5135a0ed4e65b9ed55ba61e2a1c1d228f3c34125 [file] [log] [blame]
{
"name": "SWExtension",
"version": "1.6.3",
"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.6.3"
},
"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}"
}
]
}