[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / c / 6 / ResponseDetective / 0.4 / ResponseDetective.podspec.json
blobb9357932d90ced3f94a05815338cdf1ff530f576
2   "name": "ResponseDetective",
3   "version": "0.4",
4   "summary": "Sherlock Holmes of the networking layer",
5   "homepage": "https://github.com/netguru/ResponseDetective",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Adrian Kashivskyy": "adrian.kashivskyy@netguru.co",
12     "Aleksander Popko": "aleksander.popko@netguru.co"
13   },
14   "source": {
15     "git": "https://github.com/netguru/ResponseDetective.git",
16     "tag": "0.4"
17   },
18   "source_files": "Sources",
19   "frameworks": "Foundation",
20   "libraries": "xml2",
21   "ios": {
22     "frameworks": "UIKit"
23   },
24   "osx": {
25     "frameworks": "AppKit"
26   },
27   "requires_arc": true,
28   "platforms": {
29     "ios": "9.0",
30     "osx": "10.11"
31   },
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
34   }