blob: 3451a78769193443d6a2ed01d2283108ca27dda3 [file] [log] [blame]
{
"name": "Stickers",
"version": "0.1.6",
"summary": "Swift pod to add stickers on your images!",
"description": "Swift pod to add stickers on your images ! Setup with urls or images.",
"homepage": "https://github.com/ecocea/Stickers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ecocea": "asuard@ecocea.com"
},
"source": {
"git": "https://github.com/ecocea/Stickers.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Stickers/Classes/**/*",
"resources": "Stickers/*.{storyboard,xib,xcassets,json,imageset,png}",
"resource_bundles": {
"Stickers": [
"Stickers/*.{storyboard,xib,xcassets,json,imageset,png}"
]
},
"dependencies": {
"Kingfisher": [
"~> 4.6.3"
],
"NVActivityIndicatorView": [
"~> 4.1.1"
]
},
"pushed_with_swift_version": "3.0"
}