| { |
| "name": "VISPERComposedApplication", |
| "version": "0.1.5", |
| "summary": "Defines an Interface for composed VISPER based Applications.", |
| "description": " Defines an Interface for composed VISPER based Applications. Adds some protocols and base classes for persistence and data fetching.\n\n", |
| "homepage": "https://github.com/barteljan/VISPERComposedApplication", |
| "license": "MIT", |
| "authors": { |
| "Jan Bartel": "barteljan@yahoo.de" |
| }, |
| "source": { |
| "git": "https://github.com/barteljan/VISPERComposedApplication.git", |
| "tag": "0.1.5" |
| }, |
| "social_media_url": "https://twitter.com/janbartel", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "VISPERComposedApplication": [ |
| "Pod/Assets/*" |
| ] |
| }, |
| "public_header_files": "Pod/Classes/**/*.h", |
| "dependencies": { |
| "VISPER": [ |
| |
| ] |
| } |
| } |