blob: 20b09a93a5b86dcf68c4ff428998da140c72a782 [file] [log] [blame]
{
"name": "DWURunLoopWorkDistribution",
"version": "0.1.0",
"summary": "iOS Fast Scrolling with RunLoop Work Distribution",
"description": "iOS Fast Scrolling with RunLoop Work Distribution\nTODO",
"homepage": "https://github.com/diwu/RunLoopWorkDistribution",
"license": "MIT",
"authors": {
"Di Wu": "diwup@foxmail.com"
},
"source": {
"git": "https://github.com/diwu/RunLoopWorkDistribution.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "RunLoopWorkDistribution/DWURunLoopWorkDistribution/*.{h,m}",
"resource_bundles": {
"DWURunLoopWorkDistribution": [
"Pod/Assets/*.png"
]
}
}