-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated changelog and podspecs for 4.0.0
- Loading branch information
Showing
3 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "ArcKit" | ||
s.version = "4.0.0.pre.1" | ||
s.version = "4.0.0" | ||
s.summary = "Location and activity recording framework" | ||
s.homepage = "https://arc-web.herokuapp.com" | ||
s.author = { "Matt Greenfield" => "matt@bigpaua.com" } | ||
s.license = { :text => "Copyright 2017 Matt Greenfield. All rights reserved.", | ||
:type => "Commercial" } | ||
s.source = { :git => 'https://github.com/sobri909/ArcKit.git', :tag => '4.0.0.pre.1' } | ||
s.source = { :git => 'https://github.com/sobri909/ArcKit.git', :tag => '4.0.0' } | ||
s.source_files = 'ArcKit/*' | ||
s.frameworks = 'CoreLocation', 'CoreMotion' | ||
s.ios.deployment_target = '10.0' | ||
s.dependency 'ArcKitCore', '4.0.0.pre.1' | ||
s.dependency 'ArcKitCore', '4.0.0' | ||
end |
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
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