blob: 79e9b8a2a8e150df0f5eb426050e23800c4ddb73 [file] [log] [blame]
{
"name": "VerticallyScrollingStatusView",
"version": "0.1.0",
"summary": "VerticallyScrollingStatusView is a dropin replacement of UIView that shows vertically scrolling messages.",
"description": " A subclass of UIView that shows vertically scrolling status messages. The previous message scrolls up and fades when a new one is set.\n\nFor more information, check the screenshots or try the example project.\n",
"homepage": "https://github.com/rahuljiresal/VerticallyScrollingStatusView",
"license": "MIT",
"authors": {
"Rahul Jiresal": "rahul.jiresal@gmail.com"
},
"source": {
"git": "https://github.com/rahuljiresal/VerticallyScrollingStatusView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/rahuljiresal",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"VerticallyScrollingStatusView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PureLayout": [
]
}
}