Skip to content

Instantly share code, notes, and snippets.

@robnadin
Created August 28, 2016 14:09
Show Gist options
  • Save robnadin/e838d6be98d369eeb4272e04c258e1b9 to your computer and use it in GitHub Desktop.
Save robnadin/e838d6be98d369eeb4272e04c258e1b9 to your computer and use it in GitHub Desktop.
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