[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / f / 2 / Objective-C-HMTL-Parser / 0.0.1 / Objective-C-HMTL-Parser.podspec.json
blob23615647cbc164672a4cb552831c7c26565ec99f
2   "name": "Objective-C-HMTL-Parser",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "An objective c wrapper around libxml for parsing HTMLr.",
6   "homepage": "http://www.benreeves.co.uk",
7   "authors": {
8     "Max Howell": "max@methylblue.com"
9   },
10   "source": {
11     "git": "https://github.com/zootreeves/Objective-C-HMTL-Parser.git",
12     "commit": "172a033c945cbe72bb5effda3d061445d8930aac"
13   },
14   "source_files": "*.{h,m}",
15   "libraries": "xml2",
16   "frameworks": "Foundation",
17   "xcconfig": {
18     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
19   },
20   "requires_arc": false