[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / 6 / 7 / DMScrollViewStack / 0.1.2 / DMScrollViewStack.podspec.json
blob5e774947d4b6c4805c4b537023a0d9240d95e51a
2   "name": "DMScrollViewStack",
3   "version": "0.1.2",
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.2"
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   }