Commit 10e392b4 authored by Ben Asher's avatar Ben Asher Committed by Marius Rackwitz

added breaking spec

parent 84f29d4c
Pod::Spec.new do |s|
s.name = "ResourcesBundleExample"
s.version = "0.0.1"
s.summary = "Resources in a spec test pod."
s.description = "This spec specifies images as resources."
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.homepage = "https://cocoapods.org"
s.license = { :type => "MIT", :file => "../../../LICENSE" }
s.author = { "Ben Asher" => "benasher44@gmail.com" }
s.source = { :path => "." }
s.source_files = "Example.swift"
s.resource_bundles = {"ResourcesBundleExample" => ["Resources/*.jpg"] }
end
......@@ -8,5 +8,6 @@ target 'Resource Bundle Example' do
pod 'ResourceExample', :path => 'Example Pods'
pod 'ResourcesExample', :path => 'Example Pods'
pod 'ResourceAssetsExample', :path => 'Example Pods'
pod 'ResourcesBundleExample', :path => 'Example Pods'
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment