Latest | 0.2.3 |
---|---|
Homepage | https://github.com/ablettchen/ATPopupView |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | Masonry, ATCategories |
Frameworks | UIKit, Foundation |
Authors |
Introduce
ATPopupView is a abstract popup view, you can integrate it to complete your popup view.
Example
Requirements
Installation
ATPopupView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'ATPopupView'
Author
ablett, [email protected]
License
ATPopupView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ATPopupView", "version": "0.2.3", "summary": "Abstract popup view", "homepage": "https://github.com/ablettchen/ATPopupView", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "ablett": "[email protected]" }, "source": { "git": "https://github.com/ablettchen/ATPopupView.git", "tag": "0.2.3" }, "social_media_url": "https://twitter.com/ablettchen", "platforms": { "ios": "8.0" }, "source_files": "ATPopupView/**/*.{h,m}", "requires_arc": true, "frameworks": [ "UIKit", "Foundation" ], "dependencies": { "Masonry": [], "ATCategories": [] } }
Mon, 27 May 2019 10:13:08 +0000