[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 5 / a / Ono / 2.0.0 / Ono.podspec.json
blob56e8ea7d817bf67c42edd872281c2884ab14c0f1
2   "name": "Ono",
3   "version": "2.0.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.0.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   }