[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 5 / c / 6 / ResponseDetective / 1.3.0 / ResponseDetective.podspec.json
blob145094db31083e731f37064781a119a88aeb0ef1
2   "name": "ResponseDetective",
3   "version": "1.3.0",
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": "1.3.0"
17   },
18   "source_files": "ResponseDetective/Sources",
19   "module_map": "ResponseDetective/Resources/Framework.modulemap",
20   "frameworks": "Foundation",
21   "libraries": "xml2",
22   "ios": {
23     "frameworks": "UIKit"
24   },
25   "osx": {
26     "frameworks": "AppKit"
27   },
28   "swift_version": "5.0",
29   "requires_arc": true,
30   "platforms": {
31     "ios": "8.0",
32     "osx": "10.10",
33     "tvos": "9.0"
34   },
35   "pod_target_xcconfig": {
36     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
37   }