blob: 330b3ab336216c28b1e2cf1a09568e2aceca5a28 [file] [log] [blame]
{
"name": "YUSegment",
"version": "0.2.0",
"summary": "A customizable Segmented Control for iOS. Supports text and image.",
"description": "#YUSegment\n\nA customizable **Segmented Control** for iOS. Supports text and image.\n\n##Requirements\n\nYUSegment works on iOS 8.0 and later version and is compatible with ARC projects.",
"homepage": "https://github.com/afishhhhh/YUSegment",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"afishhhhh": "ygqdev0126@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/afishhhhh/YUSegment.git",
"tag": "0.2.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": "UIKit",
"requires_arc": true
}