Skip to content

Instantly share code, notes, and snippets.

@miyaki
Created April 21, 2016 23:48
Show Gist options
  • Save miyaki/260cb7f6ac5717c21022cc46729118ec to your computer and use it in GitHub Desktop.
Save miyaki/260cb7f6ac5717c21022cc46729118ec to your computer and use it in GitHub Desktop.
# coding: utf-8
Pod::Spec.new do |s|
s.name = "DoubleControlSDK"
s.version = "0.6"
s.summary = "A short description of DoubleControlSDK."
s.description = <<-DESC
DESC
s.homepage = "http://github.com/doublerobotics/Basic-Control-SDK-iOS"
s.license = "Apache License, Version 2.0"
s.platform = :ios
s.source = { :git => "https://github.com/doublerobotics/Basic-Control-SDK-iOS.git" }
s.preserve_paths = "DoubleControlSDK.framework"
s.ios.vendored_frameworks = "DoubleControlSDK.framework"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment