blob: 6ca9829c3903d58421a112e30daf92024899a448 [file] [log] [blame]
{
"name": "BSSegmentPagingView",
"version": "0.0.1",
"summary": "An paging view for iOS",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"homepage": "https://github.com/juxingzhutou/BSSegmentPagingView",
"authors": {
"juxingzhutou": "juxingzhutou@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/juxingzhutou/BSSegmentPagingView.git",
"tag": "v0.0.1"
},
"source_files": "BSSegmentPagingView/*.{h,m}",
"public_header_files": "BSSegmentPagingView/BSSegmentPagingView.h",
"dependencies": {
"Masonry": [
"~>0.6.2"
]
}
}