Skip to content

Commit

Permalink
Carthage support (limited to Core and UI components)
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Sep 20, 2015
1 parent b17cf0b commit 44e5e3b
Show file tree
Hide file tree
Showing 27 changed files with 517 additions and 90 deletions.
79 changes: 0 additions & 79 deletions Example/Nuke.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Nuke.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@ Pod::Spec.new do |s|
s.default_subspecs = "Core", "UI"

s.subspec "Core" do |ss|
ss.source_files = "Pod/Classes/Core/**/*"
ss.source_files = "Nuke/Source/Core/**/*"
end

s.subspec "UI" do |ss|
ss.ios.deployment_target = "8.0"
ss.dependency "Nuke/Core"
ss.ios.source_files = "Pod/Classes/UI/**/*"
ss.ios.source_files = "Nuke/Source/UI/**/*"
end

s.subspec "Alamofire" do |ss|
ss.dependency "Nuke/Core"
ss.dependency "Alamofire", "~> 2.0"
ss.source_files = "Pod/Classes/Alamofire/**/*"
ss.source_files = "Nuke/Source/Alamofire/**/*"
end

s.subspec "GIF" do |ss|
ss.ios.deployment_target = "8.0"
ss.dependency "Nuke/Core"
ss.dependency "Nuke/UI"
ss.dependency "FLAnimatedImage", "~> 1.0"
ss.source_files = "Pod/Classes/GIF/**/*"
ss.source_files = "Nuke/Source/GIF/**/*"
end
end
Loading

0 comments on commit 44e5e3b

Please sign in to comment.