blob: a61a3dbe1c19fc2310eef88de47bf48e9f6fba5c [file] [log] [blame]
{
"name": "VISPERComposedApplication",
"version": "0.1.4",
"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.4"
},
"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": [
]
}
}