blob: afeff7fafd0ed740b1e44c45a94c95b9629b7980 [file] [log] [blame]
{
"name": "PoliceUKNetworking",
"version": "1.0.1",
"summary": "A networking library that gets crime data from https://www.police.uk/",
"description": "A networking library wraps requests from https://www.police.uk/ into a complete swift objects",
"homepage": "https://github.com/taier/policeuk-networking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Deniss Kaibagarovs": "deniss.kaibagarovs@gmail.com"
},
"source": {
"git": "https://github.com/taier/policeuk-networking.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/TheTaier",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "PoliceUKNetworking/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 5.2"
],
"RxSwift": [
"~> 5.1.1"
],
"RxCocoa": [
"~> 5.1.1"
]
},
"swift_version": "5.0"
}