blob: 747914dcb225b17c89ce65cfa3c8c58aa437d1c9 [file] [log] [blame]
{
"name": "GetStream",
"version": "1.2.1",
"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_versions": "4.2",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/GetStream/stream-swift.git",
"tag": "1.2.1"
},
"default_subspecs": [
"Core",
"Faye"
],
"swift_version": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*",
"frameworks": "Foundation",
"dependencies": {
"Moya": [
"12.0.1"
],
"Alamofire": [
"4.8.1"
],
"Result": [
"4.1"
],
"Swime": [
"3.0.1"
]
}
},
{
"name": "Faye",
"source_files": "Sources/Faye/*",
"dependencies": {
"GetStream/Core": [
],
"Faye": [
]
}
}
]
}