.gitignore
0 → 100644
+1
−0
+4
−4
| Original line number | Diff line number | Diff line |
|---|---|---|
Pod::Spec.new do |s|
|
||
s.name = "Leegality"
|
||
s.version = "1.0.0"
|
||
s.version = "1.1.0"
|
||
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, "10.0"
|
||
s.source = { :git => "https://github.com/leegalitygspl/Leegality-iOS.git", :tag => "1.0.0" }
|
||
s.platform = :ios, "13.0"
|
||
s.source = { :git => "http://gitlab.leegality.com/leegality-public/ios-sdk.git", :tag => "1.1.0" }
|
||
s.source_files = "Leegality", "Leegality/**/*.{h,m,swift}"
|
||
end |
Leegality.xcodeproj/project.pbxproj
deleted100644 → 0
+0
−327
Leegality.xcodeproj/project.xcworkspace/contents.xcworkspacedata
deleted100644 → 0
+0
−7
+0
−82
Loading