blob: 3c98cd8f41a141fb97ca1bc4bc6939882ef70845 [file] [log] [blame]
{
"name": "mobilekit",
"version": "0.0.2",
"summary": "mobilekit收藏iOS常用开源项目",
"description": "mobilekit用于收藏iOS常用开源项目,统一使用",
"homepage": "https://github.com/applespace/mobilekit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FBIN": "fanfanbinbin@outlook.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/AppleSpace/mobilekit.git",
"tag": "0.0.2"
},
"source_files": "mobilekit/Mobilekit.h",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 5.0.0"
],
"QMUIKit": [
"~> 3.2.1"
]
},
"subspecs": [
{
"name": "MTableView",
"source_files": "mobilekit/MTableView/**/*.{h,m}"
},
{
"name": "MIconFont",
"source_files": "mobilekit/MIconFont/**/*.{h,m}"
}
]
}