[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / a / e / StackView / 1.0.6 / StackView.podspec.json
blob2fe7ad565f4fe99eeec82125d856e79e560997a4
2   "name": "StackView",
3   "version": "1.0.6",
4   "summary": "A class designed to simplify the implementation of vertical stacks of views on iOS.",
5   "homepage": "https://github.com/nicklockwood/StackView",
6   "license": {
7     "type": "zlib",
8     "file": "LICENCE.md"
9   },
10   "authors": {
11     "Nick Lockwood": "support@charcoaldesign.co.uk"
12   },
13   "source": {
14     "git": "https://github.com/nicklockwood/StackView.git",
15     "tag": "1.0.6"
16   },
17   "source_files": "StackView/StackView.{h,m}",
18   "requires_arc": false,
19   "platforms": {
20     "ios": "4.3"
21   }