blob: e69cf5b61e940b5df8790af9d8be23ba53284639 [file] [log] [blame]
{
"name": "NetworkStack",
"version": "0.1.6",
"summary": "A Swift network request manager framework using reactive programming",
"homepage": "https://github.com/NijiDigital/NetworkStack",
"license": {
"type": "Apache 2",
"file": "LICENSE"
},
"authors": {
"Niji": ""
},
"social_media_url": "https://twitter.com/niji_digital",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/NijiDigital/NetworkStack.git",
"tag": "0.1.6"
},
"source_files": "Sources/**/*.swift",
"ios": {
"frameworks": "MobileCoreServices"
},
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"RxSwift": [
"~> 4.0"
],
"KeychainAccess": [
"~> 3.1"
]
},
"pushed_with_swift_version": "3.0"
}