blob: f5aa706c7182e31b6593e13240d0ba23abc99035 [file] [log] [blame]
{
"name": "KJWorkbox",
"version": "1.0.2",
"summary": "77 toolbox",
"homepage": "https://github.com/yangKJ/KJWorkboxDemo",
"license": "Copyright (c) 2020 yangkejun",
"authors": {
"77": "393103982@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/yangKJ/KJWorkboxDemo.git",
"tag": "1.0.2"
},
"social_media_url": "https://www.jianshu.com/u/c84c00476ab6",
"requires_arc": true,
"default_subspecs": "Box",
"ios": {
"source_files": "KJWorkboxDemo/Workbox/KJWorkboxHeader.h"
},
"subspecs": [
{
"name": "Box",
"source_files": "KJWorkboxDemo/Workbox/Box/**/*.{h,m}",
"public_header_files": "KJWorkboxDemo/Workbox/Box/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "CommonBox",
"source_files": "KJWorkboxDemo/Workbox/CommonBox/**/*.{h,m}",
"public_header_files": "KJWorkboxDemo/Workbox/CommonBox/**/*.h",
"dependencies": {
"KJWorkbox/Box": [
]
}
}
]
}