blob: 785bccece979e7323771b216021b0d9c3aef96fc [file] [log] [blame]
{
"name": "MessageContainerViewController",
"version": "0.1.0",
"summary": "A container view controller creating error messages on the top of your app",
"description": "A container view controller creating error messages on the top of your app.",
"homepage": "https://bitbucket.org/barteljan/messagecontainerviewcontroller.git",
"license": "MIT",
"authors": {
"Jan Bartel": "barteljan@yahoo.de"
},
"source": {
"git": "https://bitbucket.org/barteljan/messagecontainerviewcontroller.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MessageContainerViewController": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"OALayoutAnchor": [
]
}
}