[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 1 / CocoaLibSpotify / 2.4.4 / CocoaLibSpotify.podspec.json
blob7ba355429260a2a81acdde6d43259fca242ae4f7
2   "name": "CocoaLibSpotify",
3   "version": "2.4.4",
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.4"
12   },
13   "requires_arc": true,
14   "preserve_paths": "libspotify-12.1.64-iOS-universal",
15   "source_files": [
16     "common",
17     "iOS Library/View Controllers",
18     "libspotify-12.1.64-iOS-universal/libspotify.framework/Versions/12.1.64/Headers"
19   ],
20   "resources": "iOS Library/SPLoginResources.bundle",
21   "frameworks": [
22     "SystemConfiguration",
23     "CFNetwork",
24     "CoreAudio",
25     "AudioToolbox",
26     "AVFoundation",
27     "libspotify"
28   ],
29   "libraries": "stdc++",
30   "xcconfig": {
31     "OTHER_LDFLAGS": "-all_load",
32     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/CocoaLibSpotify/libspotify-12.1.64-iOS-universal"
33   },
34   "platforms": {
35     "ios": null
36   },
37   "prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"