Latest | 4.0.1 |
---|---|
Homepage | https://github.com/imodeveloper/ImoDynamicPopUp |
License | MIT |
Platforms | ios 7.1, requires ARC |
Dependencies | ImoDynamicTableView |
Authors |
[](https://travis-ci.org/borinschi ivan/ImoDynamicPopUp)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
ImoDynamicPopUp is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "ImoDynamicPopUp"
Author
borinschi ivan, [email protected]
License
ImoDynamicPopUp is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ImoDynamicPopUp", "version": "4.0.1", "summary": "ImoDynamicPopUp", "description": "An controller that show popups", "homepage": "https://github.com/imodeveloper/ImoDynamicPopUp", "license": "MIT", "authors": { "borinschi ivan": "[email protected]" }, "source": { "git": "https://github.com/imodeveloper/ImoDynamicPopUp.git", "tag": "4.0.1" }, "platforms": { "ios": "7.1" }, "requires_arc": true, "source_files": "Pod/Classes/*.*", "resources": "Pod/Resources/*.*", "resource_bundles": { "ImoDynamicTableView": [ "Pod/Assets/*.*" ] }, "dependencies": { "ImoDynamicTableView": [ "~> 2.3" ] } }
Tue, 07 Jun 2016 09:32:03 +0000