[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / 9 / BubbleTransition-objc / 0.1.0 / BubbleTransition-objc.podspec.json
blob0e2640289695190a3a3364adc5b8780df0c9c2c5
2   "name": "BubbleTransition-objc",
3   "version": "0.1.0",
4   "summary": "An objective-C version of andreamazz/BubbleTransition",
5   "description": "                       A custom modal transition that presents and dismiss a controller inside an expanding and shrinking bubble.\n\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "https://github.com/epingwang/BubbleTransition",
7   "license": "MIT",
8   "authors": {
9     "王易平": "me@epingwang.me"
10   },
11   "source": {
12     "git": "https://github.com/epingwang/BubbleTransition.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "BubbleTransition": [
22       "Pod/Assets/*.png"
23     ]
24   }