[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 6 / 7 / DMScrollViewStack / 0.1.1 / DMScrollViewStack.podspec.json
blobc7c980133a933e497ed2de5c562d5a5698bc920d
2   "name": "DMScrollViewStack",
3   "version": "0.1.1",
4   "summary": "DMScrollViewStack is a UIScrollView subclass that efficiently handles a vertical stack of multiple scrollviews.",
5   "description": "DMScrollViewStack is a UIScrollView subclass that efficiently handles a vertical stack of multiple scrollviews. You can layout vertically your subviews without worrying about memory usage and cells caching if your subview is a table or a collectionview.",
6   "homepage": "https://github.com/malcommac/DMScrollViewStack",
7   "license": "MIT",
8   "authors": {
9     "Daniele Margutti": "me@danielemargutti.com"
10   },
11   "source": {
12     "git": "https://github.com/malcommac/DMScrollViewStack.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/danielemargutti",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "DMScrollViewStack": [
23       "Pod/Assets/*.png"
24     ]
25   }