blob: f82a09a3dabd8061eb409a7245ac31c36108da50 [file] [log] [blame]
{
"name": "ShelfView",
"version": "1.1",
"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.1"
},
"social_media_url": "https://twitter.com/tdscientist",
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"source_files": "ShelfView/Classes/**/*",
"resource_bundles": {
"ShelfView": [
"ShelfView/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"Kingfisher": [
"~> 5.0"
]
}
}