blob: e5c3a8aeb8625347f5e6d564ee343f94b577add5 [file] [log] [blame]
{
"name": "SoundCloudSwift",
"version": "0.0.1",
"summary": "SoundCloud client implemented on Swift",
"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",
"homepage": "https://github.com/pepibumur/SoundCloudSwift",
"license": "MIT",
"authors": {
"Pepi": "pepibumur@gmail.com"
},
"source": {
"git": "https://github.com/pepibumur/SoundCloudSwift.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "SoundCloudSwift/Source/Core/**/*",
"ios": {
"source_files": "SoundCloudSwift/Source/iOS/**/*",
"frameworks": "WebKit"
},
"osx": {
"source_files": "SoundCloudSwift/Source/OSX/**/*",
"frameworks": "WebKit"
},
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"Genome": [
"~> 1.0"
],
"ReactiveCocoa": [
"4.0.4-alpha-4"
],
"KeychainSwift": [
"~> 3.0"
]
}
}