[Add] HyperTrident 2.2.2.3
[CocoaPods.git] / Specs / 1 / 4 / f / SPTDataLoader / 1.1.1 / SPTDataLoader.podspec.json
blobe856446334e17643c704e59d7ba6e51604d2729b
2   "name": "SPTDataLoader",
3   "version": "1.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": "8.0",
8     "osx": "10.9",
9     "tvos": "9.0",
10     "watchos": "2.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": "1.1.1"
21   },
22   "source_files": [
23     "include/SPTDataLoader/*.h",
24     "SPTDataLoader/*.{h,m}"
25   ],
26   "public_header_files": "include/SPTDataLoader/*.h",
27   "frameworks": "Security",
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-lObjC"
30   },
31   "pushed_with_swift_version": null