[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 9 / 1 / ELinkParser / 0.0.3 / ELinkParser.podspec.json
blob8c0e9a771121f403acbaf5d9bc5e465cc465f4e2
2   "name": "ELinkParser",
3   "version": "0.0.3",
4   "summary": "Parse the link to title,icon link",
5   "description": "Parse the link to title,icon link",
6   "homepage": "https://github.com/Zheng-Hongyi/EParser.git",
7   "license": "MIT",
8   "authors": {
9     "zhenghongyi": "xiaodaier@yeah.net"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Zheng-Hongyi/EParser.git",
16     "tag": "0.0.3"
17   },
18   "source_files": [
19     "ELinkParser/**/*.swift",
20     "ELinkParser/**/*.h"
21   ],
22   "public_header_files": "ELinkParser/**/*.h",
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25   },
26   "dependencies": {
27     "TFHpple": [
28       "~> 2.0.0"
29     ]
30   }