{ | |
"name": "SmToolExtension", | |
"version": "0.0.2", | |
"summary": "Some Tool Extension", | |
"description": "为了方便使用,实现一些UI工具的扩展和NS工具扩展,还有一些基础方法的集合", | |
"homepage": "https://github.com/smallMas/SmToolExtension", | |
"license": { | |
"type": "MIT", | |
"file": "license" | |
}, | |
"authors": { | |
"fansj": "fanshij@163.com" | |
}, | |
"platforms": { | |
"ios": "10.0" | |
}, | |
"source": { | |
"git": "https://github.com/smallMas/SmToolExtension.git", | |
"tag": "0.0.2" | |
}, | |
"source_files": "SmToolExtension/SmToolExtensionLib/**/*.{h,m}", | |
"frameworks": "UIKit" | |
} |