| { |
| "name": "Stickers", |
| "version": "0.1.7", |
| "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.7" |
| }, |
| "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" |
| } |