Commit cfe6b5e0 authored by Prakhar Agrawal's avatar Prakhar Agrawal
Browse files

Updated version.

parent 273de722
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
Pod::Spec.new do |s|

  s.name         = "Leegality"
  s.version      = "1.1.2"
  s.version      = "1.1.3"
  s.summary      = "Leegality framework to integrate eSigning functionality in iOS apps."
  s.homepage     = "https://www.leegality.com"
  s.license      = "MIT"
  s.author       = "Prakhar Agrawal"
  s.platform     = :ios, "11.0"
  s.source       = { :git => "http://gitlab.leegality.com/leegality-public/ios-sdk.git", :tag => "1.1.2" }
  s.source       = { :git => "http://gitlab.leegality.com/leegality-public/ios-sdk.git", :tag => "1.1.3" }
  s.source_files     = "Leegality", "Leegality/**/*.{h,m,swift}"

end
+1 −1
Original line number Diff line number Diff line
### Steps to Use ###

1.  Use following pod profile: 
	<br __>pod ‘Leegality’, :git => ‘http://gitlab.leegality.com/leegality-public/ios-sdk.git’, :tag => ‘1.1.2
	<br __>pod ‘Leegality’, :git => ‘http://gitlab.leegality.com/leegality-public/ios-sdk.git’, :tag => ‘1.1.3
2. Import Leegality on the top of the class.
3. Extend LeegalityProtocol in your ViewController class to get the response as result.
4. Create getResult method of LeegalityProtocol as shown below: