blob: 8e058886cca4ee6d00da53c36c82b4ada54c8d0d [file] [log] [blame]
{
"name": "Mitter",
"version": "0.0.7",
"summary": "Official iOS SDK for the Mitter messaging platform.",
"description": "Official iOS SDK for using the Mitter messaging platform in iOS apps and build apps around messaging.",
"homepage": "https://git.mitter.io/mitter-io/mitter-sdk-ios",
"license": "Apache-2.0",
"authors": {
"mitter.io": "contact@mitter.io"
},
"social_media_url": "http://twitter.com/mitter_io",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"source": {
"git": "https://github.com/mitterio/mitter-ios-sdk.git",
"tag": "0.0.7"
},
"source_files": "Mitter/Mitter/**/*.{swift,h,m}",
"static_framework": true,
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"Moya/RxSwift": [
"~> 11.0"
],
"Moya-ModelMapper/RxSwift": [
"~> 7.1.0"
],
"Alamofire": [
"~> 4.7"
],
"RxCocoa": [
"~> 4.0"
],
"PhoneNumberKit": [
"~> 2.5"
],
"Swinject": [
"~> 2.5.0"
],
"JWTDecode": [
"~> 2.1"
],
"Firebase/Core": [
],
"Firebase/Messaging": [
]
}
}