[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / 3 / 8 / PocketNet / 1.3.0 / PocketNet.podspec.json
bloba3c23205175efd9b822472b88f538920ce186665
2   "name": "PocketNet",
3   "version": "1.3.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.3.0"
16   },
17   "source_files": [
18     "Classes",
19     "PocketNet/*.{h,m,swift}",
20     "PocketNet/Net/*",
21     "PocketNet/Net/PocketNetAlamofire/*"
22   ],
23   "platforms": {
24     "ios": "9.0"
25   },
26   "requires_arc": true,
27   "static_framework": true,
28   "dependencies": {
29     "Alamofire": [
30       "4.6.0"
31     ],
32     "ResponseDetective": [
33       "1.2.2"
34     ]
35   }