blob: 4596c675828d40a711acd4b7334bc35e4f9185cd [file] [log] [blame]
{
"name": "WYMethods",
"version": "0.0.6",
"summary": "WYMethods",
"description": "WYMethods是一个常用的工具类集合",
"homepage": "https://github.com/WangYang-iOS/WYSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WangYang-iOS": "583702176@qq.com"
},
"source": {
"git": "https://github.com/WangYang-iOS/WYSDK.git",
"tag": "0.0.6"
},
"source_files": "WYMethods/WYSDK.h",
"public_header_files": "WYMethods/WYSDK.h",
"requires_arc": true,
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "WYExtensions",
"source_files": "WYMethods/WYExtensions/**/*"
}
]
}