blob: c87d26eca54f871fd9c5bb9a1326be67ccb3d635 [file] [log] [blame]
{
"name": "IMXSegmentKit",
"version": "1.0.0",
"summary": "custom UI:segment control developed by UIColloectionView.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/PanZhow/IMXSegmentKit.git",
"authors": {
"zhoupanpan": "2331838272@qq.com"
},
"source": {
"git": "https://github.com/PanZhow/IMXSegmentKit.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "IMXSegmentKit/IMXSegment/*.{h,m}",
"public_header_files": [
"IMXSegmentKit/IMXSegment/*.{h}"
],
"dependencies": {
"IMXExtentCpt": [
"~> 1.0.0"
],
"Masonry": [
"~> 1.1.0"
]
}
}