Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyoyoseob committed May 17, 2017
1 parent 4bab83e commit 7ca1033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Simcoe.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "Simcoe"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "An analytics framework that provides a base layer of simple APIs for managing analytics frameworks."
s.description = <<-DESC
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.
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
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.
DESC
s.license = "MIT"
s.author = { "Christopher Jones" => "c.jones@prolificinteractive.com" }
s.author = { "Prolific Interactive" => "info@prolificinteractive.com" }
s.homepage = "https://github.com/prolificinteractive/simcoe"

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

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

Expand Down

0 comments on commit 7ca1033

Please sign in to comment.