[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 7 / 6 / StackBox / 0.1.2 / StackBox.podspec.json
blob6b05106590a65e298e7f930dea887defba095669
2   "name": "StackBox",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "StackBox/Classes/**/*",
23   "pushed_with_swift_version": "3.0"