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