[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/kovpas/BOString/master/BOString.podspec [Back]  [Original]

Pod::Spec.new do |s|
  s.name         = "BOString"
  s.version      = "0.10.1"
  s.summary      = "Create NSAttributedString like a boss!"
  s.homepage     = "https://github.com/kovpas/BOString"
  s.author       = { "Pavel Mazurin" => "kovpas@gmail.com" }
  s.source       = { :git => "https://github.com/kovpas/BOString.git", :tag => s.version.to_s }
  s.license      = 'MIT'
  s.source_files = 'BOString/*.{h,m}'

  s.ios.deployment_target = '6.0' # should be fine with ios 5 and 4. Can anyone test? :)
  s.osx.deployment_target = '10.9' # should be fine on earlier versions. Can anyone test? :)
  
  s.ios.frameworks = 'Foundation', 'UIKit'
  s.osx.frameworks = 'Foundation', 'AppKit'
  
  s.requires_arc = true
end

Web Proxy Viewer  |  New URL  |  Original Page