blob: da8abc215851bc518946ed96719927990a76a8de [file] [log] [blame]
{
"name": "SPTDataLoader",
"version": "1.1.0",
"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": "6.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"homepage": "https://github.com/spotify/SPTDataLoader",
"license": "Apache 2.0",
"authors": {
"Will Sackfield": "sackfield@spotify.com"
},
"source": {
"git": "https://github.com/spotify/SPTDataLoader.git",
"tag": "1.1.0"
},
"source_files": [
"include/SPTDataLoader/*.h",
"SPTDataLoader/*.{h,m}"
],
"public_header_files": "include/SPTDataLoader/*.h",
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"module_map": "include/SPTDataLoader/module.modulemap"
}