Last active
August 29, 2015 14:00
-
-
Save Loddan/11367887 to your computer and use it in GitHub Desktop.
KatalysatorSDK Podspec
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 = "KatalysatorSDK" | |
s.version = "1.0.7" | |
s.summary = "Katalysator iOS SDK" | |
s.description = <<-DESC | |
Beacon SDK from Katalysator. | |
DESC | |
s.author = { "KatalysatorAB" => "[email protected]" } | |
s.homepage = "https://github.com/KatalysatorAB/BeaconSDK-iOS" | |
s.license = { :type => "COMMERCIAL", :text => "(c) 2014 Katalysator AB. All rights reserved." } | |
s.social_media_url = "https://twitter.com/katalysatorlab" | |
s.platform = :ios, "6.0" | |
s.source = { :git => "https://github.com/KatalysatorAB/BeaconSDK-iOS.git", :commit => "55ae074ec5eb1cfb665a69bed4eafce4658f0768" } | |
s.resource = "KatalysatorSDKResources.bundle" | |
s.weak_frameworks = "Foundation", "CoreLocation" | |
s.vendored_frameworks = "KatalysatorSDK.framework" | |
s.public_header_files = "KatalysatorSDK.framework/Versions/A/Headers/*.h" | |
s.requires_arc = false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment