[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 1 / CocoaLibSpotify / 2.1.0 / CocoaLibSpotify.podspec.json
blobb5375326ff0cc3b2a03f672e52553c4d715419f9
2   "name": "CocoaLibSpotify",
3   "version": "2.1.0",
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.1.0"
12   },
13   "requires_arc": true,
14   "source_files": [
15     "common",
16     "iOS Library/View Controllers",
17     "libspotify-12.1.51-iOS-universal/libspotify.framework/Headers"
18   ],
19   "resources": "iOS Library/SPLoginResources.bundle",
20   "frameworks": [
21     "SystemConfiguration",
22     "CFNetwork",
23     "CoreAudio",
24     "AudioToolbox",
25     "AVFoundation",
26     "libspotify"
27   ],
28   "libraries": "stdc++",
29   "xcconfig": {
30     "OTHER_LDFLAGS": "-all_load",
31     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/CocoaLibSpotify/libspotify-12.1.51-iOS-universal"
32   },
33   "platforms": {
34     "ios": null
35   },
36   "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"