blob: cae89ab946a4d94abc34a211d66d94b0f627f7b2 [file] [log] [blame]
{
"name": "Example",
"version": "0.1.0",
"summary": "一个建立pod仓库的简单demo.",
"description": "这只是一个建立pod仓库的简单demo,并没有实际的意思。教学使用。",
"homepage": "https://git.coding.net/gnaw9258/MyLib.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"王鹏": "wang_15207770071@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://git.coding.net/gnaw9258/MyLib.git",
"tag": "0.1.0"
},
"exclude_files": "Classes/MyLib",
"libraries": [
"iconv",
"xml2"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"MJRefresh": [
]
}
}