Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Schild authored and Michael Schild committed May 5, 2021
1 parent 7ca47b6 commit fbf5aee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CDockFramework.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'CDockFramework'
s.version = '1.0.0'
s.license = { :type => 'MIT' }
s.homepage = 'https://github.com/edit/contentdock-sdk-ios-universal'
s.authors = { 'Michael Schild' => '[email protected]' }
s.summary = 'Universal SDK for contentDock.com'
s.source = { :git => 'https://github.com/edit/contentdock-sdk-ios-universal.git', :tag => s.version }
s.vendored_frameworks = 'CDockFramework.xcframework'
s.documentation_url ='https://www.contentdock.com/en/documentation/sdk-ios'
s.swift_version = '5.0'
end

0 comments on commit fbf5aee

Please sign in to comment.