[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 0 / 3 / 8 / PocketNet / 1.0.0 / PocketNet.podspec.json
bloba280116de39ace64c16a89c6681819a1f15f04f8
2   "name": "PocketNet",
3   "version": "1.0.0",
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.0.0"
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.0"
33     ],
34     "Result": [
35       "~> 3.0.0"
36     ]
37   },
38   "pushed_with_swift_version": "echo \"3.0\" > .swift-version"