Latest | 0.2.0 |
---|---|
Homepage | https://github.com/luqyluqe/JXVerticalLayout |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
JXVerticalLayout is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "JXVerticalLayout"
Author
luqyluqe, [email protected]
License
JXVerticalLayout is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "JXVerticalLayout", "version": "0.2.0", "summary": "A vertical layout the height of which adapts to the content", "description": "A vertical layout the height of which adapts to the content.", "homepage": "https://github.com/luqyluqe/JXVerticalLayout", "license": "MIT", "authors": { "luqyluqe": "[email protected]" }, "source": { "git": "https://github.com/luqyluqe/JXVerticalLayout.git", "tag": "0.2.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "JXVerticalLayout": [ "Pod/Assets/*.png" ] } }
Tue, 29 Mar 2016 09:24:03 +0000