blob: 5aa4f08e6846213146d0bf08a6fdbbe5da87aeb0 [file] [log] [blame]
{
"name": "KeyPathTransformer",
"version": "0.1.9",
"summary": "Adds keypath power to Swift Dictionary",
"description": "A collection of functions and extensions allowing more advance key-path magic in Swift",
"homepage": "https://github.com/devgabrielcoman/keypathtransformer",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Gabriel Coman": "dev.gabriel.coman@gmail.com"
},
"source": {
"git": "https://github.com/devgabrielcoman/keypathtransformer.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KeyPathTransformer": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Dollar": [
]
}
}