blob: 1f60a076a08ac7705f23d1d955f0a9ccfd887b7b [file] [log] [blame]
{
"name": "SPTDataLoader",
"version": "1.0.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.",
"homepage": "https://github.com/spotify/SPTDataLoader",
"license": "Apache 2.0",
"authors": {
"Will Sackfield": "sackfield@spotify.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/spotify/SPTDataLoader.git",
"tag": "1.0.0"
},
"source_files": [
"include/SPTDataLoader/*.h",
"SPTDataLoader/*.{h,m}"
],
"public_header_files": "include/SPTDataLoader/*.h",
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}