[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / 3 / 8 / PocketNet / 1.2.2 / PocketNet.podspec.json
blob4ef6b37dd0fa49ae86c06e57cb754f6f2fc01d0e
2   "name": "PocketNet",
3   "version": "1.2.2",
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.2.2"
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.6.0"
30     ],
31     "ResponseDetective": [
32       "1.2.2"
33     ],
34     "Result": [
35       "3.2.4"
36     ]
37   },
38   "pushed_with_swift_version": "echo \"4.0\" > .swift-version"