blob: 009f7829d59a632ca619cd5b14a3263b1dda6dc8 [file] [log] [blame]
{
"name": "BCCommonModule",
"version": "0.0.3",
"summary": "樊登读书 公共模块",
"description": "\"樊登读书\"",
"homepage": "https://github.com/developeryh/BCCommonModule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"developeyh": "developer_yh@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "http://gitlab.dushuclub.io/youhui/bccommonmodule.git",
"tag": "0.0.3"
},
"source_files": "BCCommonModule/Common/BCCommon.h",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"4.3.3"
],
"Masonry": [
"1.1.0"
],
"GrowingAutoTrackKit": [
"2.8.0.1"
],
"GrowingCoreKit": [
"2.8.0.1"
]
},
"subspecs": [
{
"name": "UI",
"source_files": "BCCommonModule/Common/UI/**/*.h",
"public_header_files": "BCCommonModule/Common/UI/**/*.h"
},
{
"name": "Cache",
"source_files": "BCCommonModule/Common/Cache/*.h",
"public_header_files": "BCCommonModule/Common/Cache/*.h"
},
{
"name": "Category",
"source_files": "BCCommonModule/Common/Category/*.h",
"public_header_files": "BCCommonModule/Common/Category/*.h"
},
{
"name": "Config",
"source_files": "BCCommonModule/Common/Config/*.h",
"public_header_files": "BCCommonModule/Common/Config/*.h"
},
{
"name": "Notification",
"source_files": "BCCommonModule/Common/Notification/*.h",
"public_header_files": "BCCommonModule/Common/Notification/*.h"
},
{
"name": "Parse",
"source_files": "BCCommonModule/Common/Parse/*.h",
"public_header_files": "BCCommonModule/Common/Parse/*.h"
},
{
"name": "Timer",
"source_files": "BCCommonModule/Common/Timer/*.h",
"public_header_files": "BCCommonModule/Common/Timer/*.h"
},
{
"name": "Macro",
"source_files": "BCCommonModule/Common/Macro/*.h",
"public_header_files": "BCCommonModule/Common/Macro/*.h"
}
]
}