Skip to content

Commit

Permalink
+ Add swift version file
Browse files Browse the repository at this point in the history
* set tag version
  • Loading branch information
xushao1990 committed Aug 10, 2017
1 parent 23c0d24 commit 57e3a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
2 changes: 1 addition & 1 deletion MAMapKitDLL.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Tongtong Xu" => "[email protected]" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/xushao1990/MAMapKitDLL.git" } #, :tag => "#{s.version}"
s.source = { :git => "https://github.com/xushao1990/MAMapKitDLL.git", :tag => "#{s.version}" }
s.vendored_frameworks = 'Product/MAMapKitDLL.framework'
end

0 comments on commit 57e3a60

Please sign in to comment.