blob: ac966c2eb2a49451d094ce86590e34eff637f9da [file] [log] [blame]
{
"name": "GXHTestView",
"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.",
"homepage": "https://github.com/GuanXH/GXHTestView",
"license": "MIT",
"authors": {
"关旭航": "18611817195@163.com"
},
"source": {
"git": "https://github.com/GuanXH/GXHTestView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "GXHTestView/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}