Skip to content

Commit

Permalink
Release v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adil Bougamza committed Jun 15, 2018
1 parent fd1993f commit c7d1545
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.0.2
#### Added
- Support for **Xcode 10 beta**
- Add animations to the Mood component.

## 5.0.1
#### Added
- Support for **Xcode 9.4**
Expand Down
13 changes: 12 additions & 1 deletion Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ pod 'Usabilla', '~> 5.0'

End
```
To use a specific tag of the repo for examlple `v5.0.2-Xcode-9.0`:
```ruby
use_frameworks!

target 'YourProjectTarget' do

pod 'Usabilla', :git => 'https://github.com/usabilla/usabilla-u4a-ios-swift-sdk.git', :tag => 'v5.0.2-Xcode-9.0'

End
```


Then, run the following command:

Expand All @@ -89,7 +100,7 @@ to add carthage to your project.
And add this line to your `Cartfile`:

```yaml
github "usabilla/usabilla-u4a-ios-swift-sdk" "v5.0.1"
github "usabilla/usabilla-u4a-ios-swift-sdk" "v5.0.2"
```

### Manual
Expand Down
4 changes: 2 additions & 2 deletions Usabilla.framework.dSYM/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>5.0.1</string>
<string>5.0.2</string>
<key>CFBundleVersion</key>
<string>17</string>
<string>18</string>
</dict>
</plist>
Binary file modified Usabilla.framework.dSYM/Contents/Resources/DWARF/Usabilla
Binary file not shown.
Binary file modified Usabilla.framework/Assets.car
Binary file not shown.
Binary file modified Usabilla.framework/Info.plist
Binary file not shown.
Binary file modified Usabilla.framework/Modules/Usabilla.swiftmodule/arm.swiftdoc
Binary file not shown.
Binary file modified Usabilla.framework/Modules/Usabilla.swiftmodule/arm.swiftmodule
Binary file not shown.
Binary file not shown.
Binary file modified Usabilla.framework/Modules/Usabilla.swiftmodule/i386.swiftmodule
Binary file not shown.
Binary file not shown.
Binary file modified Usabilla.framework/Usabilla
Binary file not shown.
2 changes: 1 addition & 1 deletion Usabilla.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|


s.name = "Usabilla"
s.version = "5.0.1"
s.version = "5.0.2"
s.summary = "Collect feedback from your users."

s.description = 'With Usabilla FeedbackSDK you can collect feedback from your users.'
Expand Down

0 comments on commit c7d1545

Please sign in to comment.