[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 5 / 6 / BubblePictures / 1.0.0 / BubblePictures.podspec.json
blob7a845780ba604f1d0fb517d9f96d348831c9291d
2   "name": "BubblePictures",
3   "version": "1.0.0",
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.0.0"
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"