$ git clone https://github.com/MonkeyRing/HLPopManager.git || download this zip.
- Xcode 8.1 +
- iOS 9.0 +
- Swift 3.0 +
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
HLPopManager is available through CocoaPods. To install it, simply add the following line to your Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
inhibit_all_warnings!
target :<Your Target Name> do
pod 'HLPopManager'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ENABLE_BITCODE'] = 'NO'
config.build_settings['SWIFT_VERSION'] = '3.0' # or '2.3'
end
end
end
$ pod install
hailong.huang, [email protected]
HLPopManager is available under the MIT license. See the LICENSE file for more info.