blob: 7969d16e2b4eac684838a2c478ab074fab24ef64 [file] [log] [blame]
{
"name": "Parley",
"version": "3.0.0",
"summary": "Easily create a secure chat within three steps with the Parley Messaging iOS library.",
"homepage": "https://github.com/parley-messaging/ios-library",
"authors": {
"Webuildapps": "hello@webuildapps.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/parley-messaging/ios-library.git",
"tag": "3.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source_files": "Source/**/*.swift",
"resources": [
"Source/**/*.lproj",
"Source/**/*.xcassets",
"Source/**/*.xib"
],
"dependencies": {
"Alamofire": [
"~> 4.8.0"
],
"AlamofireImage": [
"~> 3.5.2"
],
"AlamofireObjectMapper": [
"~> 5.2.0"
],
"TrustKit": [
"~> 1.6.1"
],
"SwiftGifOrigin": [
"~> 1.7.0"
],
"ReachabilitySwift": [
"~> 4.3.1"
],
"MarkdownKit": [
"~> 1.5"
]
},
"frameworks": [
"Photos",
"Security"
],
"swift_version": "5.0"
}