blob: 498e09e2af7a367be09161c79d7e35045c0ef27b [file] [log] [blame]
{
"name": "BitelSDK",
"version": "0.9.0",
"summary": "Bitel SDK for iOS clients",
"description": "This repository is the official Bitel SDK for applications which need the Bitel functionalities",
"homepage": "https://github.com/bitel-app/ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mohsenShakiba": "work.shakiba@gmail.com"
},
"source": {
"git": "https://github.com/bitel-app/ios-sdk.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BitelSDK/Classes/**/*",
"resource_bundles": {
"BitelSDK": [
"BitelSDK/Assets/*.png",
"BitelSDK/Assets/*.ttf"
]
},
"dependencies": {
"Socket.IO-Client-Swift": [
"~> 11.1.0"
],
"SwiftHTTP": [
"~> 2.0.0"
],
"SwiftyJSON": [
],
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
],
"SelectController": [
"~> 2.5.0"
]
},
"pushed_with_swift_version": "3.0"
}