diff --git a/Sources/Info-tvOS.plist b/Sources/Info-tvOS.plist index e97f304..347adeb 100644 --- a/Sources/Info-tvOS.plist +++ b/Sources/Info-tvOS.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.1 + 1.0.2 CFBundleVersion - 3 + 4 NSPrincipalClass diff --git a/Sources/Info.plist b/Sources/Info.plist index e97f304..347adeb 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.1 + 1.0.2 CFBundleVersion - 3 + 4 NSPrincipalClass diff --git a/Thingy.podspec b/Thingy.podspec index c55ff85..544162a 100644 --- a/Thingy.podspec +++ b/Thingy.podspec @@ -1,16 +1,15 @@ -Pod::Spec.new do |s| - s.name = "Thingy" - s.version = "1.0.1" - s.summary = "Device detection and querying library." - s.homepage = "https://github.com/bojan/Thingy" - s.license = "MIT" - s.author = "Bojan Dimovski" - s.social_media_url = "http://twitter.com/bojand" +Pod::Spec.new do |spec| + spec.name = "Thingy" + spec.version = "1.0.2" + spec.summary = "Device detection and querying library." + spec.homepage = "https://github.com/bojan/Thingy" + spec.license = "MIT" + spec.author = "Bojan Dimovski" - s.ios.deployment_target = '8.0' - s.tvos.deployment_target = '9.0' - s.watchos.deployment_target = '2.0' + spec.ios.deployment_target = "8.0" + spec.tvos.deployment_target = "9.0" + spec.watchos.deployment_target = "2.0" - s.source = { :git => "https://github.com/bojan/Thingy.git", :tag => s.version } - s.source_files = 'Sources/*.swift' + spec.source = { :git => "https://github.com/bojan/Thingy.git", :tag => spec.version } + spec.source_files = "Sources/*.swift" end diff --git a/Thingy.xcodeproj/project.pbxproj b/Thingy.xcodeproj/project.pbxproj index f3bad2f..f6ab2dc 100644 --- a/Thingy.xcodeproj/project.pbxproj +++ b/Thingy.xcodeproj/project.pbxproj @@ -622,8 +622,8 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - CURRENT_PROJECT_VERSION = 3; - DYLIB_CURRENT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; + DYLIB_CURRENT_VERSION = 4; ENABLE_TESTABILITY = YES; PRODUCT_NAME = Thingy; SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; @@ -649,8 +649,8 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - CURRENT_PROJECT_VERSION = 3; - DYLIB_CURRENT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; + DYLIB_CURRENT_VERSION = 4; ENABLE_TESTABILITY = YES; PRODUCT_NAME = Thingy; SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; diff --git a/Unit Tests/Info.plist b/Unit Tests/Info.plist index 7ecf79e..6d4484f 100644 --- a/Unit Tests/Info.plist +++ b/Unit Tests/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.0.1 + 1.0.2 CFBundleVersion - 3 + 4