[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 5 / a / Ono / 0.0.3 / Ono.podspec.json
blob0ed24babd426860f3b3796d1d97da2aac5e71f16
2   "name": "Ono",
3   "version": "0.0.3",
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.3"
14   },
15   "source_files": "Ono",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "4.3",
19     "osx": "10.6"
20   },
21   "libraries": "xml2",
22   "xcconfig": {
23     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
24   }