+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
Loading