blob: 7f12a2545e16247e5218b65e0dbb187e22756434 [file] [log] [blame]
{
"name": "LTRunLoop",
"version": "0.1.1",
"summary": "LTRunLoop help you to define self-define input source when you want use the run loop of a secondary thread to handle something for you.",
"homepage": "https://github.com/panyult/LTRunLoop",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"panyult": "litaoxiwang@163.com"
},
"source": {
"git": "https://github.com/panyult/LTRunLoop.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LTRunLoop/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"CoreFoundation"
]
}