blob: 2fc6becda057245ea295ddf18b12614c8a11ec7b [file] [log] [blame]
{
"name": "YYLibrary",
"version": "0.0.6",
"summary": "Lim常用工具库",
"homepage": "https://coding.net/u/LimCrazy/p/YYLibrary/git",
"license": "MIT",
"authors": {
"YYLibrary": "limcrazy@163.com"
},
"source": {
"git": "https://git.coding.net/LimCrazy/YYLibrary.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YYLibrary.h",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "YYBleLib",
"source_files": "YYBleLib/*",
"dependencies": {
"BabyBluetooth": [
]
}
},
{
"name": "YYLAddtions",
"source_files": "YYLAddtions/*",
"subspecs": [
{
"name": "Foundation+YYLAddtions",
"source_files": "YYLAddtions/Foundation+YYLAddtions/*",
"dependencies": {
"DateTools": [
],
"RegExCategories": [
]
}
},
{
"name": "UIKit+YYLAddtions",
"source_files": "YYLAddtions/UIKit+YYLAddtions/*",
"dependencies": {
"Toast": [
],
"YYLibrary/DataPersistence": [
],
"YYLibrary/YYLLog": [
],
"YYLibrary/YYLAddtions/Foundation+YYLAddtions": [
]
}
}
]
},
{
"name": "YYLLog",
"source_files": "YYLLog/*",
"dependencies": {
"SSZipArchive": [
]
}
},
{
"name": "DataPersistence",
"source_files": "DataPersistence/*",
"dependencies": {
"UICKeyChainStore": [
]
}
}
]
}