Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes to XBPageCurl podspec as suggested by @SevInf
  • Loading branch information
mk committed Apr 17, 2012
1 parent b14136a commit 0b09f7e
Showing 1 changed file with 3 additions and 2 deletions.
@@ -1,11 +1,12 @@
Pod::Spec.new do |s|
s.name = 'XBPageCurl'
s.version = '0.1'
s.version = '0.0.1'
s.license = 'MIT'
s.platform = :ios
s.summary = 'A decent page curl transition for iOS.'
s.homepage = 'https://github.com/xissburg/XBPageCurl'
s.author = { 'xissburg' => 'https://github.com/xissburg' }
s.source = { :git => 'https://github.com/xissburg/XBPageCurl', :branch => 'flip' }
s.source = { :git => 'https://github.com/xissburg/XBPageCurl', :commit => 'c758ee4521b5299632db9db88bea7c6d41778ace' }
s.source_files = 'XBPageCurl/*.{h,m}'
s.frameworks = 'OpenGLES'
s.resources = 'XBPageCurl/Resources/*.glsl'
Expand Down

0 comments on commit 0b09f7e

Please sign in to comment.