blob: 8cb8d03d87d7bd9d4e792f0f8de1ca2fd1cb7863 [file] [log] [blame]
{
"name": "SCFadeSlideView",
"version": "0.0.1",
"summary": "A view extends UIView could fade while sliding.",
"description": "A view extends UIView used on iOS, which implement by Objective-C,could fade while sliding.",
"homepage": "https://github.com/WongSuechang/SCFadeSlideView",
"license": "MIT",
"authors": {
"WongSuechang": "semp@live.cn"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/WongSuechang/SCFadeSlideView.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}