blob: 9a8683819ad8897c52f00c986db5c0118e2f8f86 [file] [log] [blame]
{
"name": "BeesKingLib",
"version": "0.0.21",
"summary": "A short description of BeesKingLib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/s18782934812/BeesKingLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"s18782934812": "836152122@qq.com"
},
"source": {
"git": "https://github.com/s18782934812/BeesKingLib.git",
"tag": "0.0.21"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BeesKingLib/BeesKingLib.h",
"public_header_files": "BeesKingLib/BeesKingLib.h",
"subspecs": [
{
"name": "BKCommon",
"platforms": {
"ios": "8.0"
},
"source_files": "BeesKingLib/BKCommon/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
]
},
{
"name": "BKCategorys",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "BKCategory",
"platforms": {
"ios": "8.0"
},
"source_files": "BeesKingLib/BKCategorys/BKCategory/*.{h,m}"
},
{
"name": "BKSafeCategory",
"platforms": {
"ios": "8.0"
},
"requires_arc": "BeesKingLib/BKCategorys/BKSafeCategory/ARCSafe/*.{h,m}",
"source_files": [
"BeesKingLib/BKCategorys/BKSafeCategory/ARCSafe/*.{h,m}",
"BeesKingLib/BKCategorys/BKSafeCategory/*.{h,m}"
]
}
]
},
{
"name": "BKNetWork",
"platforms": {
"ios": "8.0"
},
"source_files": "BeesKingLib/BKNetWork/*.{h,m,mm}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "BKMediator",
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "BeesKingLib/BKMediator/**/*.{h,m,mm}",
"frameworks": [
"UIKit",
"Foundation"
]
}
},
{
"name": "BKLargeImage",
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "BeesKingLib/BKLargeImage/**/*.{h,m,mm}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
]
}
}
]
}