blob: 4fd6b84c6f99051b307cc5404ce93098dc81018d [file] [log] [blame]
{
"name": "YZSwipeBetweenViewController",
"version": "0.0.3",
"summary": "A view controller that enables user to swipe left or right to switch to different views.",
"homepage": "https://github.com/yichizhang/YZSwipeBetweenViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yichi Zhang": "zhang-yi-chi@hotmail.com"
},
"source": {
"git": "https://github.com/yichizhang/YZSwipeBetweenViewController.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}