blob: 0e63c00adb198a5232821e757859d348ebc6c63c [file] [log] [blame]
{
"name": "BoxesView",
"version": "0.1.0",
"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.0"
},
"social_media_url": "https://twitter.com/lwesterhoff",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BoxesView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SnapKit": [
]
}
}