File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,25 @@ Target's `General` tab, Expand the
3737` Frameworks, Libraries, and Embedded Content ` section,
3838click 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
4261Drag and drop the XCFramework to your application.
You can’t perform that action at this time.
0 commit comments