blob: 6e3a75f856ea701561ea3cea7c942e7a1db71f79 [file] [log] [blame]
{
"name": "WYMethods",
"version": "0.0.7",
"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.7"
},
"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/**/*"
}
]
}