-
Notifications
You must be signed in to change notification settings - Fork 94
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 bumped version everywhere
- Loading branch information
1 parent
d117330
commit 0a920fd
Showing
4 changed files
with
8 additions
and
4 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "SnowplowTracker" | ||
s.version = "0.2.1" | ||
s.version = "0.2.2" | ||
s.summary = "Snowplow event tracker for iOS 7+. Add analytics to your iOS apps and games." | ||
s.description = <<-DESC | ||
Snowplow is a mobile and event analytics platform with a difference: rather than tell our users how they should analyze their data, we deliver their event-level data in their own data warehouse, on their own Amazon Redshift or Postgres database, so they can analyze it any way they choose. Snowplow mobile is used by data-savvy games companies and app developers to better understand their users and how they engage with their games and applications. Snowplow is open source using the business-friendly Apache License, Version 2.0 and scales horizontally to many billions of events. | ||
|
@@ -9,7 +9,7 @@ Pod::Spec.new do |s| | |
s.screenshots = "https://d3i6fms1cm1j0i.cloudfront.net/github-wiki/images/snowplow-logo-large.png" | ||
s.license = 'Apache License, Version 2.0' | ||
s.author = { "Jonathan Almeida" => "[email protected]" } | ||
s.source = { :git => "https://github.com/snowplow/snowplow-ios-tracker.git", :tag => "0.2.1" } | ||
s.source = { :git => "https://github.com/snowplow/snowplow-ios-tracker.git", :tag => "0.2.2" } | ||
s.social_media_url = 'https://twitter.com/SnowPlowData' | ||
s.docset_url = 'https://github.com/snowplow/snowplow/wiki/iOS-Tracker' | ||
|
||
|
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 +1 @@ | ||
0.2.1 | ||
0.2.2 |