Skip to content

Commit 2f7c19c

Browse files
committed
Fixed use_frameworks! with dummy example app
1 parent bc643a3 commit 2f7c19c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1121
-329
lines changed

DeluxeInjection.podspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ Pod::Spec.new do |s|
1414
s.source = { :git => "https://github.com/k06a/DeluxeInjection.git", :tag => s.version.to_s }
1515
s.social_media_url = 'https://twitter.com/k06a'
1616

17-
s.platform = :ios, '7.0'
18-
s.requires_arc = true
17+
s.ios.deployment_target = '8.0'
1918

20-
s.source_files = 'Pod/Classes/**/*'
21-
s.public_header_files = 'Pod/Classes/DeluxeInjection.h'
19+
s.source_files = 'DeluxeInjection/Classes/**/*'
2220
s.dependency 'RuntimeRoutines'
2321
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)