blob: 6673cb8d3d4b242c2cc228b09c4bd245bbf8da31 [file] [log] [blame]
{
"name": "WTLStickerPanel",
"version": "1.0.0",
"summary": "A simple sticker panel",
"description": "WTLStickerPanel is a view for select sticker to post to comment area.",
"homepage": "https://github.com/daarkfish/WTLStickerPanel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"daarkfish": "lwting@gmail.con"
},
"source": {
"git": "https://github.com/daarkfish/WTLStickerPanel.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "WTLStickerPanel/Classes/**/*",
"resource_bundles": {
"WTLStickerPanel": [
"WTLStickerPanel/Classes/*.xib"
]
},
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"YYWebImage": [
]
}
}