blob: 408a458c3d09d9724db6f158d40322baa448e2df [file] [log] [blame]
{
"name": "WJSegmentedScrollView",
"version": "0.0.1",
"summary": "Custom segmented header scrollview controller..",
"homepage": "https://github.com/shengmingzz/WJSegmentedScrollView",
"authors": {
"td705": "ryds4321@sohu.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/shengmingzz/WJSegmentedScrollView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Pod/Classes/**/*",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~>0.6.1"
],
"HMSegmentedControl": [
"~> 1.5.2"
]
}
}