Last active
March 9, 2016 03:11
-
-
Save sotayamashita/27f091b8c83c83f3415a to your computer and use it in GitHub Desktop.
Growthbeat Temporary Podspec
This file contains hidden or 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 = "GrowthLink" | |
s.version = "1.2.6" | |
s.source = {:git => "https://github.com/growthbeat/growthbeat-ios.git", :tag => "#{s.version}"} | |
s.source_files = ["source/**/*.h"] | |
s.vendored_frameworks = "GrowthLink.framework" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment