Skip to content

Commit bd8fda4

Browse files
committed
docs: add cocoapods info in the readme
1 parent 9d4637d commit bd8fda4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,25 @@ Target's `General` tab, Expand the
3737
`Frameworks, Libraries, and Embedded Content` section,
3838
click the Add button (+) and select `MIRACLTrust` framework.
3939

40+
### Cocoapods
41+
42+
MIRACL Trust iOS SDK is providing its own podspec repository. If you want
43+
to integrate your application with Cocoapods, add the following line to
44+
the beginning of your `Podfile`:
45+
46+
```ruby
47+
source 'https://github.com/miracl/cocoapods-specs'
48+
```
49+
50+
Then add MIRACLTrust iOS SDK pod to your `Podfile`:
51+
52+
```ruby
53+
pod 'MIRACLTrust', '~> 1.7.1'
54+
```
55+
56+
Keep in mind that Swift Package Manager is the recommended
57+
way to use the MIRACL Trust iOS SDK.
58+
4059
### Manual
4160

4261
Drag and drop the XCFramework to your application.

0 commit comments

Comments
 (0)