blob: 894750266ad34d8584b8d8b19c5fb23d6f18b6c6 [file] [log] [blame]
{
"name": "DJCustomUIKit",
"version": "0.0.1",
"summary": "项目中使用的自定义视图.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/jaeysun/DJCustomUIKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jaeysun": "jaeysun@163.com"
},
"source": {
"git": "https://github.com/jaeysun/DJCustomUIKit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DJCustomUIKit/DJCustomUIKit.h",
"subspecs": [
{
"name": "DJMarqueeView",
"source_files": "DJCustomUIKit/DJMarqueeView/*"
}
]
}