blob: a228d9774e91d56b70e5a7123b23adc48fc9e905 [file] [log] [blame]
{
"name": "MYKit",
"version": "1.1.0",
"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.1.0"
},
"source_files": "MYKit/MYKit.h",
"frameworks": [
"UIKit",
"Foundation"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
},
"dependencies": {
"YYKit": [
]
},
"requires_arc": true,
"subspecs": [
{
"name": "UIKit",
"source_files": "MYKit/UIKit/**/*",
"dependencies": {
"MYKit/Foundation": [
]
}
},
{
"name": "Foundation",
"source_files": "MYKit/Foundation/**/*",
"dependencies": {
"MYKit/SafeKit": [
]
}
},
{
"name": "SafeKit",
"source_files": "MYKit/SafeKit/**/*"
}
]
}