blob: 2ed5dc1d2db0ef020e19126c4eb685e50aa8e9ed [file] [log] [blame]
{
"name": "LSToolsKit",
"version": "0.0.1",
"summary": "LSToolsKit. 开发过程中的小方法",
"homepage": "https://github.com/Lius1104/LSToolsKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lius": "849763605@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Lius1104/LSToolsKit.git",
"tag": "0.0.1"
},
"source_files": [
"LSToolsKit",
"LSToolsKit/**/*.{h,m}"
],
"public_header_files": "LSToolsKit/**/*.h",
"frameworks": "UIKit",
"requires_arc": true
}