[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 3 / c / Stickers / 0.1.2 / Stickers.podspec.json
blobd8e70a0b4fd94c4223c55cdd85afdf4c158c7ea4
2   "name": "Stickers",
3   "version": "0.1.2",
4   "summary": "Swift pod to add stickers on your images!",
5   "description": "Swift pod to add stickers on your images ! Setup with urls or images.",
6   "homepage": "https://github.com/ecocea/Stickers",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ecocea": "asuard@ecocea.com"
13   },
14   "source": {
15     "git": "https://github.com/ecocea/Stickers.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Stickers/Classes/**/*",
22   "resources": "Stickers/*.{storyboard,xib,xcassets,json,imageset,png}",
23   "resource_bundles": {
24     "Stickers": [
25       "Stickers/*.{storyboard,xib,xcassets,json,imageset,png}"
26     ]
27   },
28   "dependencies": {
29     "Kingfisher": [
30       "~> 4.6.3"
31     ],
32     "NVActivityIndicatorView": [
33       "~> 4.1.1"
34     ]
35   },
36   "pushed_with_swift_version": "3.0"