[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / 2 / BeanTransitionManager / 0.2.0 / BeanTransitionManager.podspec.json
blob5d0b3487d636d20eeee77ebe62fd80a2fe04ea4e
2   "name": "BeanTransitionManager",
3   "version": "0.2.0",
4   "summary": "A Pinterest style segue for expanding UIImageViews into detail views.",
5   "description": "                        BeanTransitionManager is a means for expanding UIImageViews into detail views in a way similar to that used in the Pinterest iOS app.\n\nPlease see the demo project included for example usage.\n",
6   "homepage": "https://github.com/sfwalsh/BeanTransitionManager",
7   "license": "MIT",
8   "authors": {
9     "Stephen Walsh": "sw7891@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sfwalsh/BeanTransitionManager.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "BeanTransitionManager": [
22       "Pod/Assets/*.png"
23     ]
24   }