{ | |
"name": "TextRotateView", | |
"version": "1.0", | |
"summary": "文字轮播视图", | |
"description": "方便创建文字轮播图,类似于抖音左下方的音乐名字轮播,可实现高度自定义", | |
"homepage": "https://github.com/LincLiu/TextRotateView", | |
"license": "MIT", | |
"authors": { | |
"Feng": "dev.liufeng@gmail.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/LincLiu/TextRotateView.git", | |
"tag": "1.0" | |
}, | |
"source_files": "TextRotateViewDemo/TextRotateView/*", | |
"frameworks": "UIKit", | |
"requires_arc": true | |
} |