[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 2 / 0 / AlamofireCodableJson / 0.1.0 / AlamofireCodableJson.podspec.json
blob39d69e1f52489660c0a4028bf29bfaee818064ae
2   "name": "AlamofireCodableJson",
3   "platforms": {
4     "ios": "9.1"
5   },
6   "summary": "AlamofireCodableJson will convert json returned from alamofire to codable objects.",
7   "requires_arc": true,
8   "version": "0.1.0",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Imran Khan": "imkhan334@gmail.com"
15   },
16   "homepage": "https://github.com/imkhan334/alamofire-codable-json",
17   "source": {
18     "git": "https://github.com/imkhan334/alamofire-codable-json.git",
19     "tag": "0.1.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "dependencies": {
26     "Alamofire": [
27       "~> 4.7"
28     ]
29   },
30   "source_files": "AlamofireCodableJson/**/*.{swift}",
31   "swift_versions": "4.2",
32   "swift_version": "4.2"