Skip to content

Instantly share code, notes, and snippets.

@brynbellomy
Last active December 10, 2015 14:28
Show Gist options
  • Select an option

  • Save brynbellomy/4448005 to your computer and use it in GitHub Desktop.

Select an option

Save brynbellomy/4448005 to your computer and use it in GitHub Desktop.
Brynstagram-edge-andromedae-public.podspec
Pod::Spec.new do |s|
s.name = 'Brynstagram-edge-andromedae-public'
s.version = '0.0.2'
s.author = { 'bryn austin bellomy' => 'bryn.bellomy@gmail.com' }
s.summary = 'Video xyzzy.'
s.homepage = '/dev/null'
s.license = 'Copyright'
s.source = { :git => 'git@bitbucket.org:brynbellomy/brynstagram-edge-public.git', :tag => 'edge-andromedae' }
# s.source = { :git => '/Users/bryn/projects/Brynstagram-edge-public/andromedae' }
s.source_files = '*.{m,h,a}'
s.resource = 'squares.png'
s.library = 'Brynstagram'
s.prefix_header_contents = '#import <Brynstagram/Brynstagram.h>'
s.frameworks = [ 'CoreMedia', 'CoreVideo', 'OpenGLES', 'QuartzCore', 'AVFoundation', 'UIKit', 'CoreMotion', 'CoreGraphics', 'UIKit', 'Foundation' ]
s.platform = :ios, '5.0'
s.requires_arc = true
s.xcconfig = { 'PUBLIC_HEADERS_FOLDER_PATH' => 'include/$(TARGET_NAME)' }
s.prefix_header_contents = "#import <ConciseKit/ConciseKit.h>\n#import <GPUImage/GPUImage.h>\n#import <Brynstagram/Brynstagram.h>"
def s.copy_header_mapping(from)
"../Brynstagram/#{from.basename}"
end
s.dependency 'BrynKit'
s.dependency 'ObjC-StatelyNotificationRobot'
s.dependency 'GPUImage', :head
s.dependency 'CocoaLumberjack'
s.dependency 'ConciseKit'
s.dependency 'Underscore.m'
s.dependency 'MBProgressHUD'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment