blob: 77488dd7405b4c51e7121041cebd2d1518ff1408 [file] [log] [blame]
{
"name": "BTFSpotify",
"version": "0.1.0",
"summary": "BTFSpotify wraps the Spotify Cocoa API using Reactive Cocoa and general sanity.",
"description": "\t\t\t\t\t\t\t\t\t\t\t BTFSpotify abstracts away the asynchronous nature of the CocoaLibSpotify API using signals.\n\t\t\t\t\t\t\t\t\t\t\t It also makes the login and session management much easier.\n",
"homepage": "https://github.com/grav/BTFSpotify",
"license": "MIT",
"authors": {
"Mikkel Gravgaard": "mikkel@klokke.dk"
},
"source": {
"git": "https://github.com/grav/BTFSpotify.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"CocoaLibSpotify": [
"~> 2.4.5"
],
"ReactiveCocoa": [
"~> 2.3.0"
]
}
}