Created
August 28, 2016 14:09
-
-
Save robnadin/e838d6be98d369eeb4272e04c258e1b9 to your computer and use it in GitHub Desktop.
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 = 'BLEFramework' | |
s.version = '1.4' | |
s.summary = 'The Buzz Flashing Glassware framework allows you to activate your Buzz Celebration Drinkware from your mobile device.' | |
s.homepage = 'http://www.buzzproducts.com/flashingcup/' | |
s.author = { 'Buzz Products' => '[email protected]' } | |
s.source = { :path => 'BLEFramework' } | |
s.social_media_url = 'https://twitter.com/buzzproducts' | |
s.ios.deployment_target = '8.0' | |
s.frameworks = 'Foundation', 'CoreBluetooth' | |
s.vendored_frameworks = 'BLEFramework/BLEFramework.framework' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment