blob: 10a7455cced03afc655d3f497aa10ebf4306ae12 [file] [log] [blame]
{
"name": "STEPUIKit",
"version": "0.0.2",
"summary": "常用iOS项目UI工具类库",
"description": "常用iOS项目UI工具类库fanfanbinbin@outlook.com",
"homepage": "https://github.com/FUIKit/STEPUIKit",
"source": {
"git": "https://github.com/FUIKit/STEPUIKit.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "STEPUIKit/**/*.{h,m}",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FUIKit": "fanfanbinbin@outlook.com"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"SDWebImage": [
"~> 5.0.0"
]
}
}