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