[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / d / 3 / Spotify-iOS-Streaming-SDK / 0.25.0 / Spotify-iOS-Streaming-SDK.podspec.json
blobb0a7267cb91b8122db67316937db36c75b729473
2   "name": "Spotify-iOS-Streaming-SDK",
3   "module_name": "Spotify",
4   "summary": "The new Spotify iOS SDK.",
5   "version": "0.25.0",
6   "source": {
7     "http": "https://github.com/spotify/ios-streaming-sdk/archive/beta-25.zip"
8   },
9   "license": {
10     "type": "Proprietary",
11     "text": "https://developer.spotify.com/developer-terms-of-use/"
12   },
13   "authors": {
14     "Spotify": "https://developer.spotify.com/"
15   },
16   "homepage": "https://developer.spotify.com/technologies/spotify-ios-streaming-sdk/",
17   "platforms": {
18     "ios": "7.1"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "Foundation",
23     "AVFoundation"
24   ],
25   "pod_target_xcconfig": {
26     "OTHER_LDFLAGS": "$(inherited) -ObjC"
27   },
28   "user_target_xcconfig": {
29     "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/Spotify-iOS-Streaming-SDK\""
30   },
31   "preserve_paths": [
32     "ios-streaming-sdk-beta-25/SpotifyAudioPlayback.framework/SpotifyAudioPlayback",
33     "ios-streaming-sdk-beta-25/SpotifyAuthentication.framework/SpotifyAuthentication",
34     "ios-streaming-sdk-beta-25/SpotifyMetadata.framework/SpotifyMetadata"
35   ],
36   "prepare_command": "touch Empty.m && cp ios-streaming-sdk-beta-25/SpotifyAudioPlayback.framework/SpotifyAudioPlayback libSpotifyAudioPlayback.a && cp ios-streaming-sdk-beta-25/SpotifyAudioPlayback.framework/Headers/* ./ && sed -i '' 's@<SpotifyAudioPlayback/@<Spotify/@g' *.h && cp ios-streaming-sdk-beta-25/SpotifyAuthentication.framework/SpotifyAuthentication libSpotifyAuthentication.a && cp ios-streaming-sdk-beta-25/SpotifyAuthentication.framework/Headers/* ./ && sed -i '' 's@<SpotifyAuthentication/@<Spotify/@g' *.h && cp ios-streaming-sdk-beta-25/SpotifyMetadata.framework/SpotifyMetadata libSpotifyMetadata.a && cp ios-streaming-sdk-beta-25/SpotifyMetadata.framework/Headers/* ./ && sed -i '' 's@<SpotifyMetadata/@<Spotify/@g' *.h",
37   "source_files": [
38     "Empty.m",
39     "*.h"
40   ],
41   "public_header_files": "*.h",
42   "default_subspecs": [
43     "Metadata",
44     "Authentication",
45     "Playback"
46   ],
47   "subspecs": [
48     {
49       "name": "Metadata",
50       "vendored_libraries": "libSpotifyMetadata.a"
51     },
52     {
53       "name": "Authentication",
54       "vendored_libraries": "libSpotifyAuthentication.a"
55     },
56     {
57       "name": "Playback",
58       "vendored_libraries": "libSpotifyAudioPlayback.a"
59     }
60   ]