Skip to content

Commit 6010b39

Browse files
committed
Updating version on podspec.
1 parent 0100264 commit 6010b39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AnalyticLayer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'AnalyticLayer'
11-
s.version = '0.1.0'
11+
s.version = '1.0.0'
1212
s.summary = 'Easily wrap any analytic logging tool to provide a layer between your app and the tools that you use.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919

2020
s.description = <<-DESC
2121
Analytics is essential for the continued improvement of apps. There are many tools to help you gather information, but they are constantly evolving.
22-
To handle that constant change, we have created this analytic framework to prevent horizontal change across your app.
22+
To handle that constant development, we have created this analytic framework to prevent horizontal change across your app.
2323
If you are looking for a simple, modular, testable, and mockable layer for your analytic tools that minimises impact on the rest of your app, you've come to right place.
2424
DESC
2525

0 commit comments

Comments
 (0)