Skip to content

Commit

Permalink
Using cocoapods 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusaro committed Feb 9, 2018
1 parent dec5daa commit d9a9b6f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions .swift-version
@@ -0,0 +1 @@
4.0
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,4 +3,4 @@ source 'https://rubygems.org'
ruby '2.3.3'

gem 'bundler'
gem 'cocoapods', '~> 1.4.0'
gem 'cocoapods', '~> 1.3.1'
22 changes: 11 additions & 11 deletions Gemfile.lock
Expand Up @@ -9,26 +9,26 @@ GEM
tzinfo (~> 1.1)
atomos (0.1.2)
claide (1.0.2)
cocoapods (1.4.0)
cocoapods (1.3.1)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.4.0)
cocoapods-deintegrate (>= 1.0.2, < 2.0)
cocoapods-core (= 1.3.1)
cocoapods-deintegrate (>= 1.0.1, < 2.0)
cocoapods-downloader (>= 1.1.3, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.3.0, < 2.0)
cocoapods-trunk (>= 1.2.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (~> 2.0.1)
gh_inspector (~> 1.0)
molinillo (~> 0.6.4)
molinillo (~> 0.5.7)
nap (~> 1.0)
ruby-macho (~> 1.1)
xcodeproj (>= 1.5.4, < 2.0)
cocoapods-core (1.4.0)
xcodeproj (>= 1.5.1, < 2.0)
cocoapods-core (1.3.1)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
Expand All @@ -47,11 +47,11 @@ GEM
escape (0.0.4)
fourflusher (2.0.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.1)
i18n (0.9.3)
gh_inspector (1.1.2)
i18n (0.9.4)
concurrent-ruby (~> 1.0)
minitest (5.11.3)
molinillo (0.6.4)
molinillo (0.5.7)
nanaimo (0.2.3)
nap (1.1.0)
netrc (0.11.0)
Expand All @@ -71,7 +71,7 @@ PLATFORMS

DEPENDENCIES
bundler
cocoapods (~> 1.4.0)
cocoapods (~> 1.3.1)

RUBY VERSION
ruby 2.3.3p222
Expand Down
4 changes: 2 additions & 2 deletions SwiftMarkdown.podspec
Expand Up @@ -8,13 +8,13 @@ Pod::Spec.new do |s|
s.platform = :ios
s.homepage = "https://github.com/viniciusaro/SwiftMarkdown.git"
s.source = { :git => "https://github.com/viniciusaro/SwiftMarkdown.git", :tag => "#{s.version}" }
s.social_media_url = 'https://twitter.com/vinizzera'

s.source_files = ["SwiftMarkdown/SwiftMarkdown/Classes/**/*.{h,m,swift}"]
s.license = { :type => 'MIT', :file => 'LICENSE' }

s.static_framework = true
s.swift_version = "4.0"


s.ios.deployment_target = '9.3'

end

0 comments on commit d9a9b6f

Please sign in to comment.