| { |
| "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" |
| ] |
| } |