Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arefhosseini committed Sep 9, 2020
1 parent 04576a3 commit 68b56f5
Show file tree
Hide file tree
Showing 36 changed files with 168 additions and 7,522 deletions.
2 changes: 2 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/adtrace_iOS.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

134 changes: 134 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Adtrace.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "Adtrace"
s.version = "1.0.1"
s.version = "1.1.0"
s.summary = "This is the iOS SDK of adtrace. You can read more about it at http://adtrace.io."
s.homepage = "https://github.com/adtrace/adtrace_sdk_iOS"
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Aref Hosseini" => "[email protected]" }
s.source = { :git => "https://github.com/adtrace/adtrace_sdk_iOS.git", :tag => s.version.to_s }
s.ios.deployment_target = '6.0'
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Version 1.1.0
- Ready for iOS 14

---

### Version 1.0.1
- Fix some bugs

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ We will describe the steps to integrate the Adtrace SDK into your iOS project. W
If you're using [CocoaPods][cocoapods], you can add the following line to your `Podfile` and continue from [this step](#sdk-integrate):

```ruby
pod 'Adtrace', '~> 1.0.1'
pod 'Adtrace', '~> 1.1.0'
```

or:

```ruby
pod 'Adtrace', :git => 'https://github.com/adtrace/ios_sdk.git', :tag => '1.0.1'
pod 'Adtrace', :git => 'https://github.com/adtrace/ios_sdk.git', :tag => '1.1.0'
```

---
Expand Down
Loading

0 comments on commit 68b56f5

Please sign in to comment.