[Add] DoordeckSDK 0.55.0
[CocoaPods.git] / Specs / 9 / 4 / 2 / BeanTransitionManager / 0.1.0 / BeanTransitionManager.podspec.json
blob567e26ff1b06d44e6e7ea3dfe631cefe57316cb5
2   "name": "BeanTransitionManager",
3   "version": "0.1.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.1.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   }