[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 8 / 4 / 3 / SoundCloudSwift / 0.0.1 / SoundCloudSwift.podspec.json
blobe5c3a8aeb8625347f5e6d564ee343f94b577add5
2   "name": "SoundCloudSwift",
3   "version": "0.0.1",
4   "summary": "SoundCloud client implemented on Swift",
5   "description": "SoundCloudSwift is a Swift library to interact with SoundCloud API.\nIt offers session management, API interaction and music playing with a fresh Swift fluent interface\ntaking advantage of  Swift features",
6   "homepage": "https://github.com/pepibumur/SoundCloudSwift",
7   "license": "MIT",
8   "authors": {
9     "Pepi": "pepibumur@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pepibumur/SoundCloudSwift.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "requires_arc": true,
21   "source_files": "SoundCloudSwift/Source/Core/**/*",
22   "ios": {
23     "source_files": "SoundCloudSwift/Source/iOS/**/*",
24     "frameworks": "WebKit"
25   },
26   "osx": {
27     "source_files": "SoundCloudSwift/Source/OSX/**/*",
28     "frameworks": "WebKit"
29   },
30   "dependencies": {
31     "Alamofire": [
32       "~> 3.0"
33     ],
34     "Genome": [
35       "~> 1.0"
36     ],
37     "ReactiveCocoa": [
38       "4.0.4-alpha-4"
39     ],
40     "KeychainSwift": [
41       "~> 3.0"
42     ]
43   }