blob: ef64f07ebb177612d776796aacfbcc8f752d216e [file] [log] [blame]
{
"name": "ELinkParser",
"version": "0.0.1",
"summary": "Parse the link to title,icon link",
"description": "Parse the link to title,icon link",
"homepage": "https://github.com/Zheng-Hongyi/EParser.git",
"license": "MIT",
"authors": {
"zhenghongyi": "xiaodaier@yeah.net"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Zheng-Hongyi/EParser.git",
"tag": "0.0.1"
},
"source_files": [
"ELinkParser/**/*.swift",
"ELinkParser/**/**/*.h"
],
"public_header_files": "ELinkParser/**/*.h",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"TFHpple": [
"~> 2.0.0"
]
}
}