Skip to content

Commit

Permalink
Merge pull request #20 from fluig/develop
Browse files Browse the repository at this point in the history
Release version 0.2.27
  • Loading branch information
marcelodeaguiar authored Aug 9, 2019
2 parents f19d098 + 578b212 commit 08c0ac0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Frameworks iOS para facilitar o desenvolvimento sobre a plataforma fluig.
Adicione o pod no seu arquivo `Podfile`.

```
pod 'fluigsdk', { :git => 'https://github.com/fluig/fluigsdkios', :tag => '0.2.26' }
pod 'fluigsdk', { :git => 'https://github.com/fluig/fluigsdkios', :tag => '0.2.27' }
```

Para adicionar um módulo específico do `fluigsdkios`, adicione o módulo desejado. O exemplo a seguir demonstra como adicionar o módulo `core`. Note que alguns módulos possuem interdepências, podendo ocasionar na inclusão de outros módulos inesperados.

```
pod 'fluigsdk/core', { :git => 'https://github.com/fluig/fluigsdkios', :tag => '0.2.26' }
pod 'fluigsdk/core', { :git => 'https://github.com/fluig/fluigsdkios', :tag => '0.2.27' }
```

Depois de alterado o `Podfile` de seu projeto, execute o comando.
Expand Down
Binary file modified fluigSDKCore.framework/fluigSDKCore
Binary file not shown.
Binary file modified fluigSDKFlows.framework/Assets.car
Binary file not shown.
Binary file modified fluigSDKFlows.framework/fluigSDKFlows
Binary file not shown.
2 changes: 1 addition & 1 deletion fluigsdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "fluigsdk"
s.version = "0.2.26"
s.version = "0.2.27"
s.summary = "fluig SDK"

s.ios.deployment_target = '11.0'
Expand Down

0 comments on commit 08c0ac0

Please sign in to comment.