[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / 0 / IFAHtml / 1.0.0 / IFAHtml.podspec.json
blob21f0e486d1f6919e4c1aa676a16afe44e092449f
2   "name": "IFAHtml",
3   "version": "1.0.0",
4   "summary": "A Cocoa Touch framework for HTML parsing and manipulation.",
5   "homepage": "https://github.com/marcelo-schroeder/IFAHtml",
6   "license": "Apache-2.0",
7   "authors": {
8     "Marcelo Schroeder": "marcelo.schroeder@infoaccent.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/marcelo-schroeder/IFAHtml.git",
16     "tag": "v1.0.0"
17   },
18   "source_files": "IFAHtml/IFAHtml/classes/**/*.{h,m}",
19   "libraries": "xml2",
20   "xcconfig": {
21     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
22   },
23   "dependencies": {
24     "IFAAppUI": [
26     ]
27   }