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