blob: 311f513345cad36f9d8f7bda50616038dd850d68 [file] [log] [blame]
{
"name": "MYKit",
"version": "1.0.7",
"summary": "效率工具类 & 系统文件归类整理;",
"description": "效率工具类 & 系统文件归类整理;",
"homepage": "https://github.com/iOS-Strikers/MYKit",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"sunjinshuai": "s_mike@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iOS-Strikers/MYKit.git",
"tag": "1.0.7"
},
"source_files": "MYKit/MYKit.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"subspecs": [
{
"name": "UIKit",
"source_files": "MYKit/UIKit/**/*",
"dependencies": {
"MYKit/Foundation": [
]
}
},
{
"name": "Foundation",
"source_files": "MYKit/Foundation/**/*"
}
]
}