blob: d8f84281128cd661796bd8c6cf2a852f62a9a203 [file] [log] [blame]
{
"name": "BIZTinderCardStack",
"version": "1.0.0",
"summary": "BIZTinderCardStack is a stack of cards simular to Tinder app's stack.",
"homepage": "https://github.com/bizibizi/BIZTinderCardStack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Bizi": "igorbizi@mail.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bizibizi/BIZTinderCardStack.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true
}