[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 5 / 6 / BubblePictures / 0.1.19 / BubblePictures.podspec.json
blobecc01b09e6172fd90b630ff0fc4f25d40a349cce
2   "name": "BubblePictures",
3   "version": "0.1.19",
4   "summary": "Framework for showing bubbles like pictures.",
5   "description": "Framework for showing bubbles like pictures inside a collection View, the frameworks handles everything for you, you just need to pass the pictures with the titles and thats it.",
6   "homepage": "https://github.com/kbelter/BubblePictures",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kevin Belter": "kevin.belter@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/kbelter/BubblePictures.git",
16     "tag": "0.1.19"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "BubblePictures/Classes/**/*",
22   "resource_bundles": {
23     "BubblePictures": [
24       "BubblePictures/Assets/**/*"
25     ]
26   },
27   "frameworks": "UIKit",
28   "dependencies": {
29     "SDWebImage": [
30       "~> 3.8"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"