blob: 8b3119c691828b05ac041a6e122f378203724f4b [file] [log] [blame]
{
"name": "OneChatLib",
"version": "0.1.0",
"summary": "This if Library of OneChatLib.",
"description": "OnechatLib is Library for easier call service of OneChat.It make you can call any function for use own service on your project.",
"homepage": "https://gitlab.com/tangentw/onechatlib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wuthisak nachaithong": "wuthisak.na@gmail.com"
},
"source": {
"git": "https://gitlab.com/tangentw/onechatlib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.0",
"source_files": "OneChatLib/Classes/**/*.{h,m,swift}",
"dependencies": {
"ReachabilitySwift": [
],
"Alamofire": [
],
"ObjectMapper": [
"~> 3.5.1"
],
"AlamofireObjectMapper": [
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"Socket.IO-Client-Swift": [
"~> 13.1.0"
]
},
"swift_version": "4.0"
}