[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 5 / 4 / Configuration / 1.1.0 / Configuration.podspec.json
blob9376b42116df364e84e4c44096ab0071688a7fb5
2   "name": "Configuration",
3   "version": "1.1.0",
4   "summary": "Configuration is a simple library which aim to simplify use of setting value in a project.",
5   "description": "Configuration is a simple library which aim to simplify use of setting value in a project.\nBy using an abstraction layer, you simply use enum to define all your settings and the protocol used for manage it. UserDefaults built-in protocol.\n\nSupport Codable out of the box ðŸ’ª",
6   "homepage": "https://github.com/vincentsaluzzo/configuration",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vincent Saluzzo": "vincentsaluzzo@me.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": ".git",
22     "tag": "1.1.0"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation"