[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / e / f / 0 / IFAHtml / 2.0.1 / IFAHtml.podspec.json
blobb3af2e1a8f9ecfaa83afe5e15b543027ed955de2
2   "name": "IFAHtml",
3   "version": "2.0.1",
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": "10.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/marcelo-schroeder/IFAHtml.git",
16     "tag": "v2.0.1"
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": [
25       "~> 2.0"
26     ]
27   },
28   "pushed_with_swift_version": "4.0"