blob: fc1b34c236e8d1cf3e831dab8ca3677c8f5faef6 [file] [log] [blame]
{
"name": "BTFSpotify",
"version": "0.2.1",
"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 Reactive Cocoa 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.2.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"CocoaLibSpotify": [
"~> 2.4.5"
],
"ReactiveCocoa": [
"~> 2.3.0"
]
}
}