blob: d5a6824ab45ba0c862b086f6a1584a44bdea74c1 [file] [log] [blame]
{
"name": "Rdio",
"version": "1.3.4",
"summary": "The Rdio Framework",
"homepage": "http://www.rdio.com/developers/",
"license": {
"type": "Commercial",
"text": " Copyright © 2009-2013 Rdio, Inc. All rights reserved.\n"
},
"description": " The Rdio iOS SDK combines our Web Services API and a native playback implementation, allowing developers to make API calls, authenticate users, and stream music. The SDK handles providing full tracks to Rdio Unlimited subscribers, and 30 second samples to everyone else.\n",
"authors": {
"Rdio": "developersupport@rd.io"
},
"platforms": {
"ios": null
},
"source": {
"http": "http://www.rdio.com/media/static/developer/ios/releases/rdio-ios-1.3.4.tar.gz"
},
"source_files": "Rdio.framework/Headers/*.h",
"preserve_paths": "Rdio.framework/*",
"frameworks": [
"CoreGraphics",
"CFNetwork",
"CoreMedia",
"SystemConfiguration",
"AudioToolbox",
"Security",
"Rdio"
],
"compiler_flags": [
"-ObjC",
"-all_load"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Rdio/\""
},
"requires_arc": true
}