[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 4 / f / SPTDataLoader / 1.0.0 / SPTDataLoader.podspec.json
blob1f60a076a08ac7705f23d1d955f0a9ccfd887b7b
2   "name": "SPTDataLoader",
3   "version": "1.0.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   "homepage": "https://github.com/spotify/SPTDataLoader",
7   "license": "Apache 2.0",
8   "authors": {
9     "Will Sackfield": "sackfield@spotify.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/spotify/SPTDataLoader.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "include/SPTDataLoader/*.h",
20     "SPTDataLoader/*.{h,m}"
21   ],
22   "public_header_files": "include/SPTDataLoader/*.h",
23   "xcconfig": {
24     "OTHER_LDFLAGS": "-lObjC"
25   }