blob: 12a2517e16753085acabae7a1071030994424bca [file] [log] [blame]
{
"name": "DirectionBannerView",
"version": "0.0.1",
"summary": "A marquee view used on iOS.",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://git.oschina.net/smithgoo/cocoapodsexample.git",
"license": "MIT",
"authors": {
"王朋": "294336370@qq.com"
},
"source": {
"git": "https://git.oschina.net/smithgoo/cocoapodsexample.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9"
},
"requires_arc": true,
"source_files": [
"testView",
"testView/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}