blob: b35b7e9916e50a423e9e770aa04d5da40277ca4e [file] [log] [blame]
{
"name": "BaiduLibrary",
"version": "1.0.0",
"summary": "A marquee view used on iOS.",
"description": " It is a marquee view used on iOS, which implement by Objective-C.\n",
"homepage": "https://github.com/changcunyuan/BaiduLibrary",
"license": "MIT",
"authors": {
"changcunyuan": "409593434@qq.com"
},
"source": {
"git": "https://github.com/changcunyuan/BaiduLibrary.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "BaiduLibrary/BaiduLibrary/*",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.5.0"
],
"SDWebImage": [
"~> 3.7.1"
]
}
}