Skip to content

Instantly share code, notes, and snippets.

@Loddan
Last active August 29, 2015 14:00
Show Gist options
  • Save Loddan/11367887 to your computer and use it in GitHub Desktop.
Save Loddan/11367887 to your computer and use it in GitHub Desktop.
KatalysatorSDK Podspec
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