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