[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / a / 5 / Config / 0.0.3 / Config.podspec.json
blobe558046aed3e73ea4af885f88fc609654bfad3c6
2   "name": "Config",
3   "version": "0.0.3",
4   "summary": "Read JSON with dot notation in your App as a configuration, written in Swift",
5   "description": "Config is a framework written in Swift that makes it easy for you to use JSON file as a configuration, with JSON keys in dot notation in your application.",
6   "homepage": "https://github.com/mustafakarakus/Config",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mustafa": "karakusmustafa@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.1"
16   },
17   "swift_versions": "4.2",
18   "source": {
19     "git": "https://github.com/mustafakarakus/Config.git",
20     "tag": "0.0.3"
21   },
22   "source_files": "Config/**/*.{h,m,swift}",
23   "swift_version": "4.2"