blob: 50f8107b27b935be21eb77ca2d33bac4a6c48bce [file] [log] [blame]
{
"name": "WYCComment",
"version": "0.2.2",
"summary": "WYCComment.",
"homepage": "http://git.wyc.cn/gitlab/longsheng/WYCComment.git",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"longsheng": "longsheng@wyc.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://git.wyc.cn/gitlab/longsheng/WYCComment.git",
"tag": "0.2.2"
},
"requires_arc": true,
"source_files": "WYCComment/WYCComment.h",
"dependencies": {
"lottie-ios": [
],
"YYCache": [
],
"AFNetworking": [
],
"Masonry": [
],
"Aspects": [
],
"ReactiveObjC": [
]
},
"subspecs": [
{
"name": "Macro",
"source_files": "WYCComment/Macro/WYCToolsMacro.h"
},
{
"name": "WYCCommentView",
"resources": "WYCComment/WYCCommentView/image.bundle",
"subspecs": [
{
"name": "WYCAlertView",
"source_files": "WYCComment/WYCCommentView/WYCAlertView/*.{h,m}",
"dependencies": {
"WYCComment/WYCCategories": [
]
}
},
{
"name": "WYCFormView",
"source_files": "WYCComment/WYCCommentView/WYCFormView/*.{h,m}",
"dependencies": {
"WYCComment/WYCCategories": [
]
}
},
{
"name": "WYCOtherView",
"source_files": "WYCComment/WYCCommentView/WYCOtherView/*.{h,m}",
"dependencies": {
"WYCComment/WYCCategories": [
]
}
},
{
"name": "WYCStatusView",
"source_files": "WYCComment/WYCCommentView/WYCStatusView/*.{h,m}",
"dependencies": {
"WYCComment/Macro": [
],
"WYCComment/WYCCategories": [
]
}
}
]
},
{
"name": "WYCBaseIntercepter",
"subspecs": [
{
"name": "ViewModel",
"source_files": "WYCComment/WYCBaseIntercepter/ViewModel/*.{h,m}"
},
{
"name": "View",
"source_files": "WYCComment/WYCBaseIntercepter/View/*.{h,m}",
"dependencies": {
"WYCComment/WYCCategories": [
],
"WYCComment/WYCBaseIntercepter/ViewModel": [
]
}
}
]
},
{
"name": "WYCCategories",
"source_files": "WYCComment/WYCCategories/*.{h,m}",
"dependencies": {
"WYCComment/Macro": [
]
}
},
{
"name": "WYCHUD",
"source_files": "WYCComment/WYCHUD/*.{h,m}",
"resources": "WYCComment/WYCHUD/*.json"
},
{
"name": "WYCService",
"source_files": "WYCComment/WYCService/*.{h,m}"
},
{
"name": "WYCArchiver",
"source_files": "WYCComment/WYCArchiver/*.{h,m}",
"dependencies": {
"WYCComment/Macro": [
]
}
}
]
}