测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布上次发布 | 2016年4月 |
SPM支持 SPM | ✗ |
Maintained by Taktem,taktem,Saika。
Swift通用类集合
需要 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 是在 MIT 许可下发布的。有关详情,请参阅 LICENSE。