[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / b / Soundcloud / 0.7.1 / Soundcloud.podspec.json
blobe9f36196a309cb22efe8f67c48116a3bae7cd9ac
2   "name": "Soundcloud",
3   "version": "0.7.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/delannoyk/SoundcloudSDK",
8   "authors": {
9     "Kevin Delannoy": "delannoyk@gmail.com"
10   },
11   "summary": "SoundcloudSDK is a framework written in Swift over Soundcloud API.",
12   "source": {
13     "git": "https://github.com/delannoyk/SoundcloudSDK.git",
14     "tag": "0.7.1"
15   },
16   "source_files": "sources/SoundcloudSDK/**/*.swift",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "tvos": "9.0"
21   },
22   "ios": {
23     "dependencies": {
24       "UICKeyChainStore": [
25         "~> 2.0.6"
26       ],
27       "1PasswordExtension": [
28         "~> 1.5"
29       ]
30     }
31   },
32   "osx": {
33     "dependencies": {
34       "UICKeyChainStore": [
35         "~> 2.0.6"
36       ]
37     }
38   },
39   "tvos": {
40     "exclude_files": "sources/SoundcloudSDK/views/SoundcloudWebViewController.swift"
41   },
42   "requires_arc": true