blob: 90469f49296ad0fd6b8cb59e67fc40c39f048e3b [file] [log] [blame]
{
"name": "Wang_A1",
"version": "1.0.2",
"summary": "C模块",
"description": "于保存一些常用工具类的工具",
"homepage": "https://github.com/XiaoMing-Wang/Wang_A1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wq": "347511109@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/XiaoMing-Wang/Wang_A1.git",
"tag": "1.0.2"
},
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 4.4.2"
]
},
"subspecs": [
{
"name": "Interface",
"source_files": "A1Kit/Classes/Interface/**/*"
},
{
"name": "Model",
"source_files": "A1Kit/Classes/Model/**/*"
}
]
}