[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / a / 5 / Config / 1.0.0 / Config.podspec.json
blob0c5c07a4272f1c7eb042c30cd530556f3001fa7a
2   "name": "Config",
3   "version": "1.0.0",
4   "summary": "Use a JSON file as an app configuration, reach keys with dot notation, 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": "1.0.0"
21   },
22   "source_files": "Config/**/*.{h,m,swift}",
23   "swift_version": "4.2"