blob: 8c0e9a771121f403acbaf5d9bc5e465cc465f4e2 [file] [log] [blame]
{
"name": "ELinkParser",
"version": "0.0.3",
"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.3"
},
"source_files": [
"ELinkParser/**/*.swift",
"ELinkParser/**/*.h"
],
"public_header_files": "ELinkParser/**/*.h",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"TFHpple": [
"~> 2.0.0"
]
}
}