blob: 5e774947d4b6c4805c4b537023a0d9240d95e51a [file] [log] [blame]
{
"name": "DMScrollViewStack",
"version": "0.1.2",
"summary": "DMScrollViewStack is a UIScrollView subclass that efficiently handles a vertical stack of multiple scrollviews.",
"description": "DMScrollViewStack is a UIScrollView subclass that efficiently handles a vertical stack of multiple scrollviews. You can layout vertically your subviews without worrying about memory usage and cells caching if your subview is a table or a collectionview.",
"homepage": "https://github.com/malcommac/DMScrollViewStack",
"license": "MIT",
"authors": {
"Daniele Margutti": "me@danielemargutti.com"
},
"source": {
"git": "https://github.com/malcommac/DMScrollViewStack.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/danielemargutti",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DMScrollViewStack": [
"Pod/Assets/*.png"
]
}
}