Latest | 1.0.0 |
---|---|
Homepage | https://github.com/maxim-pervushin/MPGridView |
License | MIT |
Platforms | ios 9.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
MPGridView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'MPGridView'
Author
Maxim Pervushin, [email protected]
License
MPGridView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "MPGridView", "version": "1.0.0", "summary": "Container for laying out a set of views horizontally or vertically.", "description": "Container for laying out a set of views horizontally or vertically in different ways", "homepage": "https://github.com/maxim-pervushin/MPGridView", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Maxim Pervushin": "[email protected]" }, "source": { "git": "https://github.com/maxim-pervushin/MPGridView.git", "tag": "1.0.0" }, "platforms": { "ios": "9.0" }, "swift_version": "4.0", "source_files": "MPGridView/Classes/**/*" }
Sun, 12 May 2019 10:04:04 +0000