blob: e856446334e17643c704e59d7ba6e51604d2729b [file] [log] [blame]
{
"name": "SPTDataLoader",
"version": "1.1.1",
"summary": "SPTDataLoader is Spotify’s HTTP library for Objective-C",
"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.",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"homepage": "https://github.com/spotify/SPTDataLoader",
"social_media_url": "https://twitter.com/spotifyeng",
"license": "Apache 2.0",
"authors": {
"Will Sackfield": "sackfield@spotify.com"
},
"source": {
"git": "https://github.com/spotify/SPTDataLoader.git",
"tag": "1.1.1"
},
"source_files": [
"include/SPTDataLoader/*.h",
"SPTDataLoader/*.{h,m}"
],
"public_header_files": "include/SPTDataLoader/*.h",
"frameworks": "Security",
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"pushed_with_swift_version": null
}