TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Apr 2016 |
SPMSupports SPM | ✗ |
Maintained by Taktem, taktem, Saika.
Swift用汎用クラス集
requires iOS 8 & xCode7.2
pod 'TAKSwiftSupport/Core', '~> 0.3'
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 is released under the MIT license. See LICENSE for details.