[Add] CxjToasts 1.0.1
[CocoaPods.git] / Specs / 3 / 1 / 8 / ApiErrorParser / 0.0.3 / ApiErrorParser.podspec.json
blobe5ee6d499035344b26beea035a0fe46c0926d5d8
2   "name": "ApiErrorParser",
3   "version": "0.0.3",
4   "summary": "Library for handling errors in the application based on codes",
5   "homepage": "https://github.com/velmie/ios-api-error-parser",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "dmitrijmihajluk": "mikhajlyuk@gmail.com"
12   },
13   "platforms": {
14     "ios": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/velmie/ios-api-error-parser.git",
18     "tag": "0.0.3"
19   },
20   "source_files": [
21     "Classes",
22     "ApiErrorParser/**/*.{h,m,swift}"
23   ],
24   "public_header_files": "ApiErrorParser/**/*.h",
25   "dependencies": {
26     "ObjectMapper": [
27       "3.5.0"
28     ]
29   },
30   "swift_versions": "5.0",
31   "swift_version": "5.0"