blob: bc6330b3f32435446671d195d7bc4a2f0a27bd03 [file] [log] [blame]
{
"name": "WWBasicLib",
"version": "0.0.2",
"summary": "WWBasicLib is tool lib.",
"description": "WWBasicLib is tool lib to use",
"homepage": "https://github.com/IDwangluting/WWBasicLib",
"license": "Copyright (c) 2018年 wangluitng. All rights reserved.",
"authors": {
"IDwangluting": "m13051699286@163.com"
},
"source": {
"git": "https://github.com/IDwangluting/WWBasicLib.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"source_files": "WWBasicLib/Classes/**/*",
"subspecs": [
{
"name": "NetworkingTool",
"source_files": "WWBasicLib/Classes/NetworkingTool/**/*",
"dependencies": {
"YYCache": [
"~> 1.0.4"
],
"AFNetworking": [
"~>3.2.1"
],
"YYModel": [
"~> 1.0.4"
],
"YYCategories": [
"~> 1.0.4"
]
}
},
{
"name": "Foundation",
"source_files": "WWBasicLib/Classes/Foundation/**/*"
},
{
"name": "Foundation",
"source_files": "WWBasicLib/Classes/Catagroy/**/*"
}
]
}