blob: 456479e9c998a255c2cc94449e6b19cd640fe266 [file] [log] [blame]
{
"name": "SWExtension",
"version": "1.5.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.5.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}"
}
]
}