CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

TAKSwiftSupport 0.7.11

TAKSwiftSupport 0.7.11

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Apr 2016
SPMSupports SPM

Maintained by Taktem, taktem, Saika.



  • By
  • taktem

Swift用汎用クラス集

Requirements

requires iOS 8 & xCode7.2

Podfile

pod 'TAKSwiftSupport/Core', '~> 0.3'
If use 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

License

TAKSwiftSupport is released under the MIT license. See LICENSE for details.