blob: 5d1167af2ee3d418d51ed20a6051ccff4abcb3b8 [file] [log] [blame]
{
"name": "MirrorObject",
"version": "0.1.1",
"summary": "Mirroring dynamic properties automatically.",
"description": "Copy dynamic properties of objects that have same identifier.",
"homepage": "https://github.com/Matzo/MirrorObject",
"license": "MIT",
"authors": {
"Matzo": "ksk.matsuo@gmail.com"
},
"source": {
"git": "https://github.com/Matzo/MirrorObject.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MirrorObject": [
"Pod/Assets/*.png"
]
}
}