Skip to content

Commit 7ca1033

Browse files
committed
Release 1.1.0
1 parent 4bab83e commit 7ca1033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Simcoe.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "Simcoe"
5-
s.version = "1.0.0"
5+
s.version = "1.1.0"
66
s.summary = "An analytics framework that provides a base layer of simple APIs for managing analytics frameworks."
77
s.description = <<-DESC
88
Simcoe is an analytics framework that aims to provide a simple, extensible API for managing and handling various analytics frameworks. It makes very few assumptions about your analytics implementations, allowing the implementer to customize it to their needs.
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
Simcoe also provides a wealth of debugging options, including the ability to track errors as well as log and debug analytics calls right from Xcode.
1313
DESC
1414
s.license = "MIT"
15-
s.author = { "Christopher Jones" => "c.jones@prolificinteractive.com" }
15+
s.author = { "Prolific Interactive" => "info@prolificinteractive.com" }
1616
s.homepage = "https://github.com/prolificinteractive/simcoe"
1717

1818
# When using multiple platforms
@@ -33,7 +33,7 @@ Pod::Spec.new do |s|
3333
# Subspecs
3434
# Each subspec represents an analytics library implemented using Simcoe.
3535

36-
adobe = { :name => "Adobe", :dependency => "AdobeMobileSDK", :version => '~> 4.13' }
36+
adobe = { :name => "Adobe", :dependency => "AdobeMobileSDK", :version => '~> 4.13' }
3737
mParticle = { :name => "mParticle", :dependency => "mParticle-Apple-SDK", :version => '~> 6' }
3838
mixpanel = { :name => "Mixpanel", :dependency => "Mixpanel-swift", :version => '~> 2.1.3' }
3939

0 commit comments

Comments
 (0)