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