Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
YuigaWada committed Oct 19, 2019
1 parent 3b332db commit ed5bec9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 381 deletions.
14 changes: 14 additions & 0 deletions iCimulator.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "iCimulator"
s.version = "1.0"
s.summary = "iCimulator allows us to use camera functions on iOS Simulator."
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = "https://github.com/yuigawada/iCimulator"
s.author = { "YuigaWada" => "yuigawada@gmail.com" }
s.source = { :git => "https://github.com/yuigawada/iCimulator.git", :tag => "#{s.version}" }
s.platform = :ios, "11.0"
s.requires_arc = true
s.source_files = 'iCimulator/**/*.{swift,h}'
s.resources = 'iCimulator/**/*.{xib,xcassets}'
s.swift_version = "5.0"
end
Binary file not shown.
50 changes: 0 additions & 50 deletions iCimulator/Foundation/Deprecated/FakeCaptureStillImageOutput

This file was deleted.

Loading

0 comments on commit ed5bec9

Please sign in to comment.