Pod::Spec.new do |s| s.name = "AttributedString" s.version = "3.3.2" s.summary = "åºäºSwiftå符串æå¼å¿«éæå»ºä½ æ³è¦ç坿æ¬, æ¯æç¹å»æä½çäºä»¶è·å, æ¯æå¤ç§ç±»åè¿æ»¤" s.homepage = "https://github.com/lixiang1994/AttributedString" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "LEE" => "[email protected]" } s.source = { :git => "https://github.com/lixiang1994/AttributedString.git", :tag => s.version } s.requires_arc = true s.swift_versions = ["5.0"] s.frameworks = "Foundation" s.ios.frameworks = "UIKit" s.osx.frameworks = "AppKit" s.tvos.frameworks = "UIKit" s.watchos.frameworks = "WatchKit" s.ios.deployment_target = '9.0' s.osx.deployment_target = "10.13" s.tvos.deployment_target = "11.0" s.watchos.deployment_target = "5.0" s.source_files = ["Sources/*.swift", "Sources/Extension/*.swift", "Sources/Extension/CoreGraphics/*.swift"] s.ios.source_files = ["Sources/Extension/UIKit/*.swift", "Sources/Extension/UIKit/UILabel/*.swift"] s.osx.source_files = ["Sources/Extension/AppKit/*.swift"] s.tvos.source_files = ["Sources/Extension/UIKit/*.swift"] s.watchos.source_files = ["Sources/Extension/WatchKit/*.swift"] end