[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 3 / 0 / AKSlidecks / 1.0.0 / AKSlidecks.podspec.json
blob72d9ed5aafb4bc53f21628d3120499e720098e84
2   "name": "AKSlidecks",
3   "version": "1.0.0",
4   "summary": "'flat' navigation for hierarchical content",
5   "description": "AKSlidecks class implements a view controller that manages the 'flat' navigation of hierarchical content. It has a very simple interface similar to UINavigationController and supports swipe gestures to navigate back to the root of navigation stack.",
6   "homepage": "https://github.com/purrrminator/AKSlidecks",
7   "screenshots": "http://cdn.makeagif.com/media/5-06-2014/dSyk4T.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Andrey Kadochnikov": "kaskaaddnb@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/purrrminator",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/purrrminator/AKSlidecks.git",
21     "tag": "1.0.0"
22   },
23   "source_files": [
24     "Classes",
25     "Classes/*.{h,m}"
26   ],
27   "public_header_files": "Classes/*.h",
28   "resources": "Resources/*.png",
29   "requires_arc": true