[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / d / 0 / BTFSpotify / 0.2.0 / BTFSpotify.podspec.json
blob2d4a486858f4abb47166d0fab7ad9bd74754203b
2   "name": "BTFSpotify",
3   "version": "0.2.0",
4   "summary": "BTFSpotify wraps the Spotify Cocoa API using Reactive Cocoa and general sanity.",
5   "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",
6   "homepage": "https://github.com/grav/BTFSpotify",
7   "license": "MIT",
8   "authors": {
9     "Mikkel Gravgaard": "mikkel@klokke.dk"
10   },
11   "source": {
12     "git": "https://github.com/grav/BTFSpotify.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "dependencies": {
21     "CocoaLibSpotify": [
22       "~> 2.4.5"
23     ],
24     "ReactiveCocoa": [
25       "~> 2.3.0"
26     ]
27   }