Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KiGi committed Oct 26, 2019
1 parent 7318be1 commit ff6308b
Show file tree
Hide file tree
Showing 76 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.DS_Store
2 changes: 1 addition & 1 deletion Cartfile.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "namiml/nami-apple" ~> 1.6.0
github "namiml/nami-apple" ~> 1.6.1
Binary file modified Demo/TestAdobeAnalytics/Nami.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Demo/TestAdobeAnalytics/Nami.framework/Nami
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Demo/TestGoogleAnalytics/Nami.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Demo/TestGoogleAnalytics/Nami.framework/Nami
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Demo/TestObjcApp/Nami.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Demo/TestObjcApp/Nami.framework/Nami
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Demo/TestProducts/TestProducts/Nami.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Demo/TestProducts/TestProducts/Nami.framework/Nami
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Nami.framework.zip
Binary file not shown.
Binary file modified Nami.framework/Info.plist
Binary file not shown.
Binary file modified Nami.framework/Modules/Nami.swiftmodule/arm.swiftmodule
Binary file not shown.
Binary file modified Nami.framework/Modules/Nami.swiftmodule/arm64.swiftmodule
Binary file not shown.
Binary file modified Nami.framework/Modules/Nami.swiftmodule/armv7.swiftmodule
Binary file not shown.
Binary file modified Nami.framework/Modules/Nami.swiftmodule/x86_64.swiftmodule
Binary file not shown.
Binary file modified Nami.framework/Nami
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Nami.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Nami'
s.version = '1.6.0'
s.version = '1.6.1'
s.summary = 'Simplify StoreKit integration and testing. Add cloud based dynamic paywalls to your app.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Podfile.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target 'MyApp' do
use_frameworks!

# Pods for MyApp
pod 'Nami', '~> 1.6.0'
pod 'Nami', '~> 1.6.1'

target 'MyAppTests' do
inherit! :search_paths
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Clone or download this repository!
Add the following line to your Podfile. See the example in this repo `Podfile.example`.

```
pod "Nami", "1.6.0"
pod "Nami", "1.6.1"
```

Then run the command
Expand All @@ -48,7 +48,7 @@ pod install
Add the following line to your `Carthage` file.

```
github "namiml/nami-apple" ~> 1.6.0
github "namiml/nami-apple" ~> 1.6.1
```

Then run the following command.
Expand Down

0 comments on commit ff6308b

Please sign in to comment.