[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 4 / f / SPTDataLoader / 1.1.0 / SPTDataLoader.podspec.json
blobda8abc215851bc518946ed96719927990a76a8de
2   "name": "SPTDataLoader",
3   "version": "1.1.0",
4   "summary": "SPTDataLoader is Spotify's HTTP library for Objective-C",
5   "description": "Authentication and back-off logic is a pain, let’s do it\nonce and forget about it! This is a library that allows you\nto centralise this logic and forget about the ugly parts of\nmaking HTTP requests.",
6   "platforms": {
7     "ios": "6.0",
8     "osx": "10.9",
9     "tvos": "9.0",
10     "watchos": "2.0"
11   },
12   "homepage": "https://github.com/spotify/SPTDataLoader",
13   "license": "Apache 2.0",
14   "authors": {
15     "Will Sackfield": "sackfield@spotify.com"
16   },
17   "source": {
18     "git": "https://github.com/spotify/SPTDataLoader.git",
19     "tag": "1.1.0"
20   },
21   "source_files": [
22     "include/SPTDataLoader/*.h",
23     "SPTDataLoader/*.{h,m}"
24   ],
25   "public_header_files": "include/SPTDataLoader/*.h",
26   "xcconfig": {
27     "OTHER_LDFLAGS": "-lObjC"
28   },
29   "module_map": "include/SPTDataLoader/module.modulemap"