[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 2 / a / DataInjector / 0.1.0 / DataInjector.podspec.json
bloba23fa9423541a040ffc3e8cba7969d1c6101bc86
2   "name": "DataInjector",
3   "version": "0.1.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.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DataInjectorIOS/DataInjector/Classes/**/*",
23   "swift_version": "5.0"