blob: 73f8bc9ae0340e42d386ad63f4b2fdc80d9549a5 [file] [log] [blame]
{
"name": "BIZStackView",
"version": "1.0.1",
"summary": "BIZStackView is a subclass of UIScrollView that presents scrolling stack of cards.",
"homepage": "https://github.com/bizibizi/BIZStackView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Bizi": "igorbizi@mail.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bizibizi/BIZStackView.git",
"tag": "1.0.1"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}