Skip to content

Commit 18f87a7

Browse files
authored
Merge pull request #38 from p-x9/version/0.10.2
version 0.10.2
2 parents 407374a + e287ccd commit 18f87a7

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.1"
4+
s.version = "0.10.2"
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.8.0")
16+
.package(url: "https://github.com/p-x9/AssociatedObject", from: "0.10.2")
1717
```
1818

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

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

0 commit comments

Comments
 (0)