blob: 1caa176630aa3d1bf58c5c37f341c4e9e31b248d [file] [log] [blame]
{
"name": "HXSegment",
"version": "0.0.2",
"summary": "分段控件的二次封装",
"description": "基于pod 'HMSegmentedControl' 的二次封装",
"homepage": "https://github.com/EarthMass/TestSegmentAndRefreshTableViewDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mars": "627556038@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/EarthMass/TestSegmentAndRefreshTableViewDemo.git",
"tag": "0.0.2"
},
"source_files": "TestSegmentAndRefreshTableViewDemo/HXSegment/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"HMSegmentedControl": [
]
}
}