blob: f69b3ed2707342e986747b4c28d09211d2ba9f53 [file] [log] [blame]
{
"name": "AXSegmentedControl",
"version": "0.0.2",
"summary": "`AXSegmentedControl` is an iOS customizable segmneted control that displays segmented title.",
"description": "`AXSegmentedControl` is an iOS customizable segmneted control that displays segmented title text and the count of control.",
"homepage": "https://github.com/devedbox/AXSegmentedControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"艾星": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXSegmentedControl.git",
"tag": "0.0.2"
},
"source_files": "AXSegmentedControl/AXSegmentedControl/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}