blob: a69d08ef6a201dc809257a006611f4fb52e45d81 [file] [log] [blame]
{
"name": "ShelfView",
"version": "1.0",
"summary": "iOS custom view to display books on shelf.",
"description": "iOS custom view to display books on shelf, mimicking a real library.",
"homepage": "https://github.com/tdscientist/ShelfView-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adeyinka Adediji": "tdscientist@gmail.com"
},
"source": {
"git": "https://github.com/tdscientist/ShelfView-iOS.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/tdscientist",
"platforms": {
"ios": "8.0"
},
"source_files": "ShelfView/Classes/**/*",
"resource_bundles": {
"ShelfView": [
"ShelfView/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"Kingfisher": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}