blob: 89062f6d1b9ac8b434409a4b055112da7770650a [file] [log] [blame]
{
"name": "BSSegmentPagingView",
"version": "0.0.2",
"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.2"
},
"source_files": "BSSegmentPagingView/*.{h,m}",
"public_header_files": "BSSegmentPagingView/BSSegmentPagingView.h",
"dependencies": {
"Masonry": [
"~>0.6.2"
]
}
}