blob: 1e0bf2c278fee4ae0b8daaa91378d8852dbb5c11 [file] [log] [blame]
{
"name": "BoxesView",
"version": "0.1.1",
"summary": "A UIView layed out in boxes",
"description": "BoxesView is a UIView that lays out subviews as boxes, much like a simplified version of a UICollectionView",
"homepage": "https://github.com/lammertw/BoxesView",
"screenshots": [
"http://i.imgur.com/D7IqjMW.png",
"http://i.imgur.com/wuWclAX.png"
],
"license": "MIT",
"authors": {
"Lammert Westerhoff": "westerhoff@gmail.com"
},
"source": {
"git": "https://github.com/lammertw/BoxesView.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/lwesterhoff",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"SnapKit": [
"0.22.0"
]
},
"pushed_with_swift_version": "2.3"
}