blob: bf63bad8ee1cd829477d595d14c77129072755bd [file] [log] [blame]
{
"name": "LLLPodView",
"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/lgy881228/LLLPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lgy": "example@example.com"
},
"source": {
"git": "https://github.com/lgy881228/LLLPod.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "LLLPodView/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}