[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 5 / 6 / BubblePictures / 1.1.3 / BubblePictures.podspec.json
blobff551f06c6c2fea7748f3c0841e285269e6d19db
2   "name": "BubblePictures",
3   "version": "1.1.3",
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": "1.1.3"
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": [
31     ]
32   }