Created
February 21, 2015 04:37
-
-
Save kouheiszk/32e218c24d250ba67ab7 to your computer and use it in GitHub Desktop.
Logbook.podspec - v1.1.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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