Loading README.md +1 −1 Original line number Diff line number Diff line ### Steps to Use ### 1. Use following pod profile: pod ‘Leegality’, :git => ‘http://gitlab.leegality.com/leegality-public/ios-sdk.git’, :tag => ‘1.0.0’ pod ‘Leegality’, :git => ‘http://gitlab.leegality.com/leegality-public/ios-sdk.git’, :tag => ‘1.0.1’ 2. To initialize signing process, follow the below steps: <br __>2.1 Import Leegality on the top of the class <br __>2.2 Extend LeegalityProtocol in your ViewController class to get the response as result. Loading Loading
README.md +1 −1 Original line number Diff line number Diff line ### Steps to Use ### 1. Use following pod profile: pod ‘Leegality’, :git => ‘http://gitlab.leegality.com/leegality-public/ios-sdk.git’, :tag => ‘1.0.0’ pod ‘Leegality’, :git => ‘http://gitlab.leegality.com/leegality-public/ios-sdk.git’, :tag => ‘1.0.1’ 2. To initialize signing process, follow the below steps: <br __>2.1 Import Leegality on the top of the class <br __>2.2 Extend LeegalityProtocol in your ViewController class to get the response as result. Loading