blob: 0ea4a2b143e85e44ccfc6a18cdadd24463abef80 [file] [log] [blame]
{
"name": "TestLibDemo",
"version": "0.0.4",
"summary": "测试项目",
"description": "This library is testLib iThis library is testLib This library is testLib",
"homepage": "https://gitee.com/zhengjunjie",
"screenshots": "https://github.com/zhengjunjie11/TestLibDemo/blob/master/test.png?raw=true",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"天空吸引我": "2028002516@qq.com"
},
"social_media_url": "https://www.jianshu.com/u/0b735abc7135",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhengjunjie11/TestLibDemo.git",
"tag": "0.0.4"
},
"resources": "Home/Resoures/*.png",
"frameworks": [
"Accounts",
"AddressBook"
],
"libraries": [
"c++",
"sqlite3",
"stdc++.6.0.9",
"z"
],
"vendored_libraries": "Home/lib/*.a",
"dependencies": {
"SDWebImage": [
]
},
"subspecs": [
{
"name": "Model",
"source_files": "Home/Model/*.{h,m}"
},
{
"name": "View",
"source_files": "Home/View/*.{h,m}"
},
{
"name": "VC",
"source_files": "Home/VC/*.{h,m}"
}
]
}