[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / 5 / Config / 1.1.0 / Config.podspec.json
bloba09d1966467034a0edab1a2df8d3a38cf150c287
2   "name": "Config",
3   "version": "1.1.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": "10.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/mustafakarakus/Config.git",
20     "tag": "1.1.0"
21   },
22   "source_files": "Config/**/*.{h,m,swift}",
23   "swift_version": "5.0"