blob: fb84c5b4f3c868bc4f4be45c12912c036b93003f [file] [log] [blame]
{
"name": "Socializer",
"version": "0.1.2",
"summary": "Reactive Networking framework",
"description": "Swift Networking framework that facilitates the communication between Clients & Servers in a Reactive Way",
"homepage": "https://github.com/wassimseif/Socializer.git",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Wassim Seifeddine": "wassim_seifeddine95@live.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/wassimseif/Socializer.git",
"tag": "0.1.2"
},
"source_files": [
"Socializer/Source",
"*"
],
"exclude_files": "",
"dependencies": {
"RxSwift": [
"~> 3.6"
],
"Alamofire": [
],
"ObjectMapper": [
],
"KeychainAccess": [
],
"RxRelay": [
]
},
"pushed_with_swift_version": "3.0"
}