Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbuerger committed Sep 12, 2015
2 parents 8d9fec4 + e8f9152 commit 7e74718
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion EasyMapping.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "EasyMapping"
s.version = "0.15.1"
s.version = "0.15.2"
s.summary = "The easiest way to map data from your webservice."
s.homepage = "https://github.com/lucasmedeirosleite/EasyMapping"

Expand All @@ -18,11 +18,16 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.7'

s.subspec 'Core' do |core|
core.watchos.deployment_target = '2.0'
core.ios.deployment_target = '5.0'
core.osx.deployment_target = '10.7'
core.frameworks = 'CoreData'
core.source_files = 'EasyMapping/*.{h,m}'
end

s.subspec 'XCTest' do |xctest|
xctest.ios.deployment_target = '5.0'
xctest.osx.deployment_target = '10.7'
xctest.dependency 'EasyMapping/Core'
xctest.frameworks = 'XCTest'
xctest.source_files = 'XCTest+EasyMapping/*.{h,m}'
Expand Down

0 comments on commit 7e74718

Please sign in to comment.