[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / b / 2 / a / DataInjector / 0.3.0 / DataInjector.podspec.json
blob949a0147bc654211c230077c6bff9ebeeb4d2175
2   "name": "DataInjector",
3   "version": "0.3.0",
4   "swift_versions": "5.0",
5   "summary": "Easily map and manipulate nested dictionaries.",
6   "description": "Data injector is a project to easily manipulate dictionaries before being handled by the application. For example, to map JSON data of restful API responses into view models together with view content or to fix API responses.",
7   "homepage": "https://github.com/crescentflare/DataInjector",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Crescent Flare Apps": "info@crescentflare.com"
14   },
15   "source": {
16     "git": "https://github.com/crescentflare/DataInjector.git",
17     "tag": "0.3.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DataInjectorIOS/DataInjector/Classes/**/*",
23   "swift_version": "5.0"