[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 6 / a / ETExtension / 1.0.0 / ETExtension.podspec.json
blob865827f339b07a20008c75be810e44400fb5116e
2   "name": "ETExtension",
3   "version": "1.0.0",
4   "summary": "自动解析XML节点的值并转换成对象。",
5   "description": "仿MJExtension写的,自动解析XML数据。还有很多功能没有实现,只是为了方便自己。",
6   "homepage": "https://github.com/LarkNan/ETExtension",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "申铭": "569818710@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/LarkNan/ETExtension.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "ETExtensionExample/ETExtension/*.{h,m}",
22   "requires_arc": true,
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25   },
26   "dependencies": {
27     "KissXML": [
28       "5.1.2"
29     ]
30   }