Skip to content

Instantly share code, notes, and snippets.

@pilot34
Created June 10, 2014 02:32
Show Gist options
  • Save pilot34/59ef0060ca242b11e5da to your computer and use it in GitHub Desktop.
Save pilot34/59ef0060ca242b11e5da to your computer and use it in GitHub Desktop.
couchbase-lite-ios.podspec
Pod::Spec.new do |s|
s.name = 'couchbase-lite-ios'
s.version = '0.0.1'
s.license = {
:type => 'MIT'
}
s.platform = :ios, '5.0'
s.summary = 'A UIView subclass that displays YouTube videos using a MPMoviePlayerController.'
s.homepage = 'https://github.com/couchbase/couchbase-lite-ios'
s.source = { :git => 'https://github.com/couchbase/couchbase-lite-ios.git'}
s.source_files = 'Source/CBLParseDate.{h,c}'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment