blob: 6fd1fd22c1a2a6110b96af42ace90a667fbfd3ee [file] [log] [blame]
{
"name": "FPCommentsModule",
"version": "0.1.7",
"summary": "A short description of FPCommentsModule.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/FPJack/FPCommentsModule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FPJack": "2551412939@qq.com"
},
"source": {
"git": "https://github.com/FPJack/FPCommentsModule.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"IGListKit": [
]
},
"subspecs": [
{
"name": "Base",
"platforms": {
"ios": "9.0"
},
"source_files": "FPCommentsModule/Classes/Base/**/*.{h,m}",
"resource_bundles": {
"FPCommentsModule": [
"FPCommentsModule/Assets/*.xib"
]
}
},
{
"name": "Comment",
"platforms": {
"ios": "9.0"
},
"source_files": "FPCommentsModule/Classes/Comment/**/*.{h,m}",
"dependencies": {
"TTTAttributedLabel": [
],
"FPCommentsModule/Base": [
]
}
},
{
"name": "VideoPicture",
"platforms": {
"ios": "9.0"
},
"source_files": "FPCommentsModule/Classes/VideoPicture/**/*.{h,m}",
"dependencies": {
"FPImageVideoCell": [
],
"FPCommentsModule/Base": [
]
}
},
{
"name": "InputView",
"platforms": {
"ios": "9.0"
},
"source_files": "FPCommentsModule/Classes/InputView/**/*.{h,m}",
"dependencies": {
"HPGrowingTextView": [
]
}
}
]
}