[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 5 / a / Ono / 2.1.0 / Ono.podspec.json
bloba59608a2fa6564a56a511052983291781263557d
2   "name": "Ono",
3   "version": "2.1.0",
4   "license": "MIT",
5   "summary": "A sensible way to deal with XML & HTML.",
6   "homepage": "https://github.com/mattt/Ono",
7   "social_media_url": "https://twitter.com/mattt",
8   "authors": {
9     "Mattt": "mattt@me.com"
10   },
11   "source": {
12     "git": "https://github.com/mattt/Ono.git",
13     "tag": "2.1.0"
14   },
15   "source_files": "Source",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "libraries": "xml2",
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
26   }