| { |
| "name": "D2Layers", |
| "version": "0.0.1", |
| "summary": "Data Driven Layers", |
| "description": "Objective: Data Driven Layers inspired by D3.js - frist release to setup the tool chain", |
| "homepage": "https://github.com/mseemann/D2Layers", |
| "license": "MIT", |
| "authors": { |
| "Michael Seemann": "pods@mseemann.de" |
| }, |
| "source": { |
| "git": "https://github.com/mseemann/D2Layers.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "D2Layers": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "module_map": "Pod/Classes/module.modulemap" |
| } |