blob: a4d13a4a27a152d4a67ec247cd4604c7cc9202eb [file] [log] [blame]
{
"name": "MYKit",
"version": "1.1.1",
"summary": "效率工具类",
"description": "效率工具类;",
"homepage": "https://github.com/iOS-Strikers/MYKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunjinshuai": "s_mike@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iOS-Strikers/MYKit.git",
"tag": "1.1.1"
},
"source_files": "MYKit/**",
"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/**/*"
}
]
}