[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 0 / c / Configurate / 2.0 / Configurate.podspec.json
blob6d5043943f4bb5317eafbd9118f56062e03af52a
2   "name": "Configurate",
3   "version": "2.0",
4   "summary": "An abstract, cross-platform configuration library for Swift applications.",
5   "description": "Configurate provides a common interface for configuration type objects (e.g. UserDefaults, [String: Any], etc).\nIt also provides a builder pattern for composing configurations into a single Config object.",
6   "homepage": "https://github.com/patgoley/Configurate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Patrick Goley": "patrick.goley@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/patgoley/Configurate.git",
16     "tag": "2.0"
17   },
18   "social_media_url": "https://twitter.com/bitsbetweenbits",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Sources/Configurate/**/*"