{ | |
"name": "CJFUIKit", | |
"version": "0.1.1", | |
"summary": "UI基类.", | |
"description": "应用于iOS工程中,使用:eg. 创建UIView子类继承于CJFUIView", | |
"homepage": "https://github.com/JinfeiChen/CJFUIKit", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"jinfei_chen@icloud.com": "jinfei_chen@icloud.com" | |
}, | |
"source": { | |
"git": "https://github.com/JinfeiChen/CJFUIKit.git", | |
"tag": "0.1.1" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source_files": "CJFUIKit/Classes/**/*" | |
} |