blob: efacbedcbfa0cb3cc53a2eea6fb41e72fdc1e0ec [file] [log] [blame]
{
"name": "Centipede",
"version": "1.0.0",
"summary": "一个纯Swift实现的库,使用闭包实现UIKit组件的delegate和dataSource方法。",
"description": " Centipede 是一个纯Swift实现的库,使用闭包实现UIKit组件的delegate和dataSource方法。\n",
"homepage": "https://github.com/klaus01/Centipede",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"柯磊": "kelei0017@gmail.com"
},
"social_media_url": "http://twitter.com/kelei0017",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/klaus01/Centipede.git",
"tag": "1.0.0"
},
"source_files": "Centipede/*",
"requires_arc": true,
"weak_frameworks": "UIKit"
}