blob: 76370e7ad86e39e731b7fe417e566230fcd75c52 [file] [log] [blame]
{
"name": "SCFadeSlideView",
"version": "0.0.2",
"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.2"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}