blob: d7aa6747d8b4b3d702e5be3970cdd2af2fece0ff [file] [log] [blame]
{
"name": "MYKit",
"version": "1.0.2",
"summary": "效率工具类 & 系统文件归类整理;",
"description": "效率工具类 & 系统文件归类整理;",
"homepage": "https://github.com/sunjinshuai/MYKit",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"sunjinshuai": "s_mike@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sunjinshuai/MYKit.git",
"tag": "1.0.2"
},
"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/**/*"
}
]
}