| { | |
| "name": "JMKit", | |
| "version": "0.1.0", | |
| "summary": "UI Fast Use for iOS", | |
| "description": "快速创建文本,按钮,输入框,设置各种控件属性,快速完成UI", | |
| "homepage": "https://gitlab.com/FKFuture/jmkit", | |
| "license": "MIT", | |
| "authors": { | |
| "JM": "asdfgwjm@163.com" | |
| }, | |
| "source": { | |
| "git": "https://gitlab.com/FKFuture/jmkit.git", | |
| "tag": "0.1.0" | |
| }, | |
| "source_files": [ | |
| "JMKit", | |
| "JMControl/**/*.{h,m}" | |
| ], | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "frameworks": [ | |
| "Foundation", | |
| "UIKit" | |
| ], | |
| "dependencies": { | |
| "Masonry": [ | |
| ] | |
| } | |
| } |