Skip to content

Instantly share code, notes, and snippets.

@kouheiszk
Created February 21, 2015 04:37
Show Gist options
  • Save kouheiszk/32e218c24d250ba67ab7 to your computer and use it in GitHub Desktop.
Save kouheiszk/32e218c24d250ba67ab7 to your computer and use it in GitHub Desktop.
Logbook.podspec - v1.1.0
Pod::Spec.new do |s|
s.name = "Logbook"
s.version = "1.1.0"
s.summary = "iOS library for Logbook http://www.logbk.net"
s.homepage = "https://www.logbk.net/"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
s.author = "pLucky, Inc."
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/pLucky-Inc/logbk-ios" }
s.source_files = "Logbook", "Logbook/**/*.{h,m}"
s.frameworks = "Foundation", "UIKit", "SystemConfiguration", "CoreTelephony"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment