[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / c / 6 / ResponseDetective / 0.2 / ResponseDetective.podspec.json
blobab57280198d25d07fa4b83f63c323e8b711cbf65
2   "name": "ResponseDetective",
3   "version": "0.2",
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.2"
17   },
18   "source_files": "ResponseDetective/Source Files",
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": "8.0",
30     "osx": "10.10"
31   },
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
34   }