[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / e / a / PoliceUKNetworking / 1.0.2 / PoliceUKNetworking.podspec.json
blobd850d5304a22bf849b752b3700154a18c4456b6e
2   "name": "PoliceUKNetworking",
3   "version": "1.0.2",
4   "summary": "A networking library that gets crime data from https://www.police.uk/",
5   "description": "A networking library wraps requests from https://www.police.uk/ into a complete swift objects",
6   "homepage": "https://github.com/taier/policeuk-networking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Deniss Kaibagarovs": "deniss.kaibagarovs@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/taier/policeuk-networking.git",
16     "tag": "1.0.2"
17   },
18   "social_media_url": "https://twitter.com/TheTaier",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "PoliceUKNetworking/Classes/**/*",
24   "dependencies": {
25     "Alamofire": [
26       "~> 5.2"
27     ],
28     "RxSwift": [
29       "~> 5.1.1"
30     ],
31     "RxCocoa": [
32       "~> 5.1.1"
33     ]
34   },
35   "swift_version": "5.0"