[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 4 / f / SPTDataLoader / 2.1.1 / SPTDataLoader.podspec.json
blob31c7bbfdf6face6ef2188000d8086eaf466500de
2   "name": "SPTDataLoader",
3   "version": "2.1.1",
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": "10.0",
8     "osx": "10.12",
9     "tvos": "10.0",
10     "watchos": "3.0"
11   },
12   "homepage": "https://github.com/spotify/SPTDataLoader",
13   "social_media_url": "https://twitter.com/spotifyeng",
14   "license": "Apache 2.0",
15   "authors": {
16     "Will Sackfield": "sackfield@spotify.com"
17   },
18   "source": {
19     "git": "https://github.com/spotify/SPTDataLoader.git",
20     "tag": "2.1.1"
21   },
22   "swift_versions": "5.1",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "include/SPTDataLoader/*.h",
29         "Sources/SPTDataLoader/*.{h,m}"
30       ],
31       "public_header_files": "include/SPTDataLoader/*.h",
32       "frameworks": "Security",
33       "xcconfig": {
34         "OTHER_LDFLAGS": "-lObjC"
35       }
36     },
37     {
38       "name": "Swift",
39       "dependencies": {
40         "SPTDataLoader/Core": [
42         ]
43       },
44       "source_files": "Sources/SPTDataLoaderSwift/**/*.swift"
45     }
46   ],
47   "swift_version": "5.1"