[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 8 / 4 / SimpleIOSViewStackController / 0.2 / SimpleIOSViewStackController.podspec.json
blob6e07a8f336d017928e09db8345cc905510e331bd
2   "name": "SimpleIOSViewStackController",
3   "version": "0.2",
4   "summary": "A view stack based on a UINavigationController which navigates to previously registered UIViewControllers upon receiving NSNotifications.",
5   "description": "A view stack based on a UINavigationController which navigates to previously registered UIViewControllers upon receiving NSNotifications.  See : http://www.garethshapiro.com/item/simple-ios-viewstack for more information and a tutorial.",
6   "homepage": "http://www.garethshapiro.com/item/simple-ios-viewstack",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gareth Shapiro": "gareth@sebenza-systems.com"
13   },
14   "source": {
15     "git": "https://github.com/GarethShapiro/SimpleIOSViewStackController.git",
16     "tag": "0.2"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "*.{h,m}",
22   "requires_arc": true