[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / 1 / CocoaLibSpotify / 2.4.5 / CocoaLibSpotify.podspec.json
blob379a8822b1cbd0753a01271a177d7d7c9cb28f35
2   "name": "CocoaLibSpotify",
3   "version": "2.4.5",
4   "authors": "Spotify",
5   "license": "BSD 3-Clause",
6   "homepage": "https://github.com/spotify/cocoalibspotify",
7   "summary": "A Cocoa wrapper for libspotify.",
8   "description": "CocoaLibSpotify is an Objective-C wrapper around our libspotify library. It provides easy access to libspotify's features in a friendly, KVC/O compliant Objective-C wrapper.",
9   "source": {
10     "git": "https://github.com/spotify/cocoalibspotify.git",
11     "tag": "2.4.5"
12   },
13   "requires_arc": true,
14   "source_files": [
15     "common",
16     "iOS Library/View Controllers"
17   ],
18   "resources": "iOS Library/SPLoginResources.bundle",
19   "frameworks": [
20     "SystemConfiguration",
21     "CFNetwork",
22     "CoreAudio",
23     "AudioToolbox",
24     "AVFoundation",
25     "Security",
26     "libspotify"
27   ],
28   "libraries": "stdc++",
29   "xcconfig": {
30     "OTHER_LDFLAGS": "-ObjC -all_load"
31   },
32   "platforms": {
33     "ios": null
34   },
35   "dependencies": {
36     "libspotify": [
37       "12.1.64"
38     ]
39   }