[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / 2 / KeyPathTransformer / 0.1.8 / KeyPathTransformer.podspec.json
blobf7f1e1ffb484d40c386aefd51f00661ea87dc05d
2   "name": "KeyPathTransformer",
3   "version": "0.1.8",
4   "summary": "Adds keypath power to Swift Dictionary",
5   "description": "A collection of functions and extensions allowing more advance key-path magic in Swift",
6   "homepage": "https://github.com/devgabrielcoman/keypathtransformer",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gabriel Coman": "dev.gabriel.coman@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/devgabrielcoman/keypathtransformer.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "KeyPathTransformer": [
25       "Pod/Assets/*.png"
26     ]
27   },
28   "dependencies": {
29     "Dollar": [
31     ]
32   }