blob: 04fb567da8358c5ffbb85dd6b457f376c9544507 [file] [log] [blame]
{
"name": "TestWLLib",
"version": "0.0.4",
"summary": "TestWLLib",
"description": "TestWLLib测试仓库",
"homepage": "https://github.com/daLuQ/TestWLLib",
"license": "MIT",
"authors": {
"LiuZiStrugle": "15850581247@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/daLuQ/TestWLLib.git",
"tag": "0.0.4"
},
"frameworks": "ImageIO",
"default_subspecs": "WLLogan",
"dependencies": {
"JSONModel": [
"~> 1.8.0"
]
},
"subspecs": [
{
"name": "WLLogan",
"source_files": "Classes/WLMapUtils.{h,m}"
},
{
"name": "Person",
"source_files": "Classes/WLTestModel.{h,m}"
}
]
}