[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / 3 / 8 / PocketNet / 1.1.1 / PocketNet.podspec.json
blobcb662c4d5aabfda3383ffe2eca5dbacf344b1c4c
2   "name": "PocketNet",
3   "version": "1.1.1",
4   "homepage": "https://github.com/PocketSwift/PocketNet",
5   "summary": "Net with Alamofire implementation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "PocketSwift": "https://github.com/PocketSwift"
12   },
13   "source": {
14     "git": "https://github.com/PocketSwift/PocketNet.git",
15     "tag": "1.1.1"
16   },
17   "source_files": [
18     "Classes",
19     "PocketNet/*.{h,m,swift}",
20     "PocketNet/Net/*",
21     "PocketNet/Net/PocketNetAlamofire/*"
22   ],
23   "platforms": {
24     "ios": "10.0"
25   },
26   "requires_arc": true,
27   "dependencies": {
28     "Alamofire": [
29       "4.0"
30     ],
31     "ResponseDetective": [
32       "1.2.0"
33     ],
34     "Result": [
35       "3.0.0"
36     ]
37   },
38   "pushed_with_swift_version": "echo \"4.0\" > .swift-version"