From 7407e65b034647a66f05810698c88e1e3497d0cf Mon Sep 17 00:00:00 2001 From: Dennis Weissmann Date: Tue, 2 Feb 2016 20:55:37 +0100 Subject: [PATCH] Release 0.3.0 --- DeviceKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DeviceKit.podspec b/DeviceKit.podspec index c358f6d..6708d42 100644 --- a/DeviceKit.podspec +++ b/DeviceKit.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.summary = 'DeviceKit is a ยต-framework that provides a value-type replacement of UIDevice.' s.description = <<-DESC - `DeviceKit` is a value-type wrapper and extension of [`UIDevice`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/). + `DeviceKit` is a value-type wrapper and extension of [`UIDevice`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/). It detects both devices and different simulators. DESC s.homepage = 'https://github.com/dennisweissmann/DeviceKit' @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '9.0' s.source = { :git => 'https://github.com/dennisweissmann/DeviceKit.git', :tag => s.version } - s.source_files = 'DeviceKit-iOS', 'DeviceKit-tvOS', 'SharedCode' + s.source_files = 'Source' s.requires_arc = true end