Sha256: b2502949831b1f494c7f1a4c2b6599bbb4a1452be6f2b5e7cfb793149dbf5bd2
Contents?: true
Size: 325 Bytes
Versions: 2
Compression:
Stored size: 325 Bytes
Contents
module CocoaPods module AppGroup module Hook def install! Setup.new.call if enabled? super end private def enabled? podfile && podfile.plugins && !podfile.plugins['cocoapods-app_group'].nil? end end end end Pod::Installer.prepend CocoaPods::AppGroup::Hook
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-app_group-0.2.0 | lib/cocoapods/app_group/hook.rb |
cocoapods-app_group-0.1.0 | lib/cocoapods/app_group/hook.rb |