blob: 41a6cb278ad7a05ecbd189c2b5e66c72a07743d4 [file] [log] [blame]
{
"name": "VISPERComposedApplication",
"version": "0.1.1",
"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.",
"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.1"
},
"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": [
]
}
}