Skip to content

Commit 7988b0e

Browse files
authored
Merge pull request #41 from p-x9/version/0.10.3
version 0.10.3
2 parents fd5e39a + 297aed7 commit 7988b0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AssociatedObject.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "AssociatedObject"
4-
s.version = "0.10.2"
4+
s.version = "0.10.3"
55
s.summary = "Swift Macro for allowing variable declarations even in class extensions."
66

77
s.description = <<-DESC

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ It is implemented by wrapping `objc_getAssociatedObject`/`objc_setAssociatedObje
1313

1414
#### SPM
1515
```swift
16-
.package(url: "https://github.com/p-x9/AssociatedObject", from: "0.10.2")
16+
.package(url: "https://github.com/p-x9/AssociatedObject", from: "0.10.3")
1717
```
1818

1919
#### CocoaPods
2020
Add below to your `Podfile`.
2121
```
22-
pod 'AssociatedObject', git: 'https://github.com/p-x9/AssociatedObject', tag: '0.10.2'
22+
pod 'AssociatedObject', git: 'https://github.com/p-x9/AssociatedObject', tag: '0.10.3'
2323
```
2424

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

0 commit comments

Comments
 (0)