blob: 95fb784842f98a4b306e8d4085382d664235701a [file] [log] [blame]
{
"name": "JYSelectButton",
"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/okerivy/JYSelectButton",
"license": "MIT",
"authors": {
"okerivy": "okerivy@gmail.com"
},
"source": {
"git": "https://github.com/okerivy/JYSelectButton.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"JYSelectButton/*",
"JYSelectButton/CommmonTools/*"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}