blob: 214fe372c0d19b9bf3105f155493cb9ccf00445b [file] [log] [blame]
{
"name": "JWTools",
"version": "0.1.3",
"summary": "一些方便开发的类",
"description": "\"本人收集和整理的一些方便开发的类\"\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "https://github.com/jw10126121/JWTools",
"license": "MIT",
"authors": {
"jw10126121": "10126121@qq.com"
},
"source": {
"git": "https://github.com/jw10126121/JWTools.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "JWToolsCore",
"swift_version": "4.2",
"subspecs": [
{
"name": "JWToolsCore",
"source_files": "JWTools/Classes/JWToolsCore/*",
"frameworks": "Foundation"
},
{
"name": "JWUIHelper",
"source_files": "JWTools/Classes/JWUIHelper/*",
"dependencies": {
"JWTools/JWToolsCore": [
]
},
"frameworks": "UIKit"
}
]
}