Skip to content

Commit

Permalink
Merge pull request #38 from p-x9/version/0.10.2
Browse files Browse the repository at this point in the history
version 0.10.2
  • Loading branch information
p-x9 authored Mar 28, 2024
2 parents 407374a + e287ccd commit 18f87a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AssociatedObject.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "AssociatedObject"
s.version = "0.10.1"
s.version = "0.10.2"
s.summary = "Swift Macro for allowing variable declarations even in class extensions."

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ It is implemented by wrapping `objc_getAssociatedObject`/`objc_setAssociatedObje

#### SPM
```swift
.package(url: "https://github.com/p-x9/AssociatedObject", from: "0.8.0")
.package(url: "https://github.com/p-x9/AssociatedObject", from: "0.10.2")
```

#### CocoaPods
Add below to your `Podfile`.
```
pod 'AssociatedObject', git: 'https://github.com/p-x9/AssociatedObject', tag: '0.8.0'
pod 'AssociatedObject', git: 'https://github.com/p-x9/AssociatedObject', tag: '0.10.2'
```

After `pod install`, you can use this Macro in your project.
Expand Down

0 comments on commit 18f87a7

Please sign in to comment.