blob: cb3193c946c508092d3b81014fc1553936be782f [file] [log] [blame]
{
"name": "BIZSegmentedViewController",
"version": "1.0.0",
"summary": "BIZSegmentedViewController is a class that creates container with 2 or 4 UIViewControlers.",
"homepage": "https://github.com/bizibizi/BIZSegmentedViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Bizi": "igorbizi@mail.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bizibizi/BIZSegmentedViewController.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}