TAKSwiftSupport 0.7.11

TAKSwiftSupport 0.7.11

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布上次发布2016年4月
SPM支持 SPM

Maintained by TaktemtaktemSaika



  • taktem

Swift通用类集合

要求

需要 iOS 8 和 xCode7.2

Podfile

pod 'TAKSwiftSupport/Core', '~> 0.3'
如果使用 DebugLog
post_install do |installer|
    installer.pods_project.targets.each do |target|
        if target.name == 'TAKSwiftSupport'
            target.build_configurations.each do |config|
                if config.name == 'Debug'
                    config.build_settings['OTHER_SWIFT_FLAGS'] = '$(inherited) -D DEBUG -D COCOAPODS'
                else
                    config.build_settings['OTHER_SWIFT_FLAGS'] = '$(inherited) -D COCOAPODS'
                end
            end
        end
    end
end

许可证

TAKSwiftSupport 是在 MIT 许可下发布的。有关详情,请参阅 LICENSE。