blob: 9b7e01de2f7e54f71768804bf1f8fcf85cbb0a4c [file] [log] [blame]
{
"name": "GetStream",
"version": "1.0.3",
"summary": "Swift Client - Build Activity Feeds & Streams with GetStream.io https://getstream.io",
"homepage": "https://github.com/GetStream/stream-swift",
"license": {
"type": "BSD-3",
"file": "LICENSE"
},
"authors": {
"Alexey Bukhtin": "alexey@getstream.io"
},
"social_media_url": "https://getstream.io",
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/GetStream/stream-swift.git",
"tag": "1.0.3"
},
"default_subspecs": [
"Core",
"Faye"
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*",
"frameworks": "Foundation",
"dependencies": {
"Moya": [
"~> 12.0"
],
"Result": [
"~> 4.1"
],
"Swime": [
"~> 3.0"
]
}
},
{
"name": "Faye",
"source_files": "Sources/Faye/*",
"dependencies": {
"GetStream/Core": [
],
"Faye": [
]
}
}
]
}