Created
June 10, 2014 02:32
-
-
Save pilot34/59ef0060ca242b11e5da to your computer and use it in GitHub Desktop.
couchbase-lite-ios.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 = '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