Created
August 11, 2012 09:30
-
-
Save brynbellomy/3323048 to your computer and use it in GitHub Desktop.
GPUImage-Brynstagram-0.0.1.podspec
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 = "GPUImage-Brynstagram" | |
s.version = "0.0.1" | |
s.platform = :ios | |
s.source_files = "./framework/Source/*.{h,m}" | |
s.requires_arc = true | |
s.prefix_header_contents = "#import <GPUImage/GPUImage.h>" | |
s.frameworks = "CoreMedia", "CoreVideo", "OpenGLES", "QuartzCore", "AVFoundation", "UIKit" | |
s.xcconfig = { "PUBLIC_HEADERS_FOLDER_PATH" => "include/$(TARGET_NAME)" } | |
s.prefix_header_contents = "#import <GPUImage/GPUImage.h>" | |
s.source = { :git => "/Users/bryn/repo/GPUImage.git", :branch => "develop" } | |
def s.copy_header_mapping(from) | |
"../GPUImage/#{from.basename}" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment