[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 0 / 9 / 1 / ELinkParser / 0.0.1 / ELinkParser.podspec.json
blobef64f07ebb177612d776796aacfbcc8f752d216e
2   "name": "ELinkParser",
3   "version": "0.0.1",
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.1"
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   }