Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
update podsec
Browse files Browse the repository at this point in the history
  • Loading branch information
catt-stefano committed Feb 7, 2019
1 parent a7f8689 commit 1886c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NearITSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'NearITSDK'
s.version = '2.10.7'
s.version = '2.11.0'
s.summary = 'nearit.com iOS SDK'
s.description = 'nearit.com iOS SDK for Objective-C'

Expand Down
4 changes: 2 additions & 2 deletions NearITSDKSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'NearITSDKSwift'
s.version = '2.10.7'
s.version = '2.11.0'
s.summary = 'nearit.com iOS SDK'
s.description = 'nearit.com iOS SDK for Swift'

Expand All @@ -19,7 +19,7 @@ s.ios.deployment_target = '9.0'
s.requires_arc = true
s.source_files = 'NearITSDKSwift/*.{h,swift}'

s.dependency 'NearITSDK', '= 2.10.7'
s.dependency 'NearITSDK', '= 2.11.0'
s.swift_version = '4.2'

end

0 comments on commit 1886c79

Please sign in to comment.