Skip to content
This repository was archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
remirobert committed Feb 18, 2017
1 parent fe8a245 commit ab0f9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dotzu.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Dotzu'
s.version = '1.1'
s.version = '1.2'
s.license = 'MIT'
s.summary = 'iOS debugger tool for iOS developer. Display logs, network request, device informations, crash logs while using the app.'
s.homepage = 'https://github.com/remirobert/Dotzu'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/remirobert/Dotzu.git', :tag => s.version }
s.ios.deployment_target = '9.0'
s.ios.frameworks = 'UIKit', 'Foundation'
s.source_files = 'Dotzu/*.{h,swift}'
s.source_files = 'Dotzu/*.swift'
s.resources = ["Dotzu/*.storyboard", 'Dotzu/*.xcassets', 'Dotzu/*.xib']
s.requires_arc = true
end

0 comments on commit ab0f9f4

Please sign in to comment.