[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / 7 / 6 / StackBox / 0.1.1 / StackBox.podspec.json
blob3c8942ae45e3cc70300f01ec9c6e3c3264779e24
2   "name": "StackBox",
3   "version": "0.1.1",
4   "summary": "StackBox is a scrollable container where you can easily insert and remove boxes.",
5   "description": "StackBoxView is dynamic so you don't have to worry about the contentSize. Sub-boxes are\nmanage by a UIStackView.\n\nStackBoxContainer is the container object use by the StackBox to render stacks\nEach box contains the StackBoxItem create initialy by the you\nCreate your own StackBoxItem by setting a view, his offset and alignement",
6   "homepage": "https://github.com/hugweb/StackBox",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hugweb": "hugweb@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hugweb/StackBox.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "StackBox/Classes/**/*",
23   "pushed_with_swift_version": "3.0"