diff --git a/Example/Podfile.lock b/Example/Podfile.lock index ad6a8f6..138184b 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - ProjectOxfordFace (1.3.2) + - ProjectOxfordFace (1.4.1) DEPENDENCIES: - ProjectOxfordFace (from `../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - ProjectOxfordFace: 85f032721e0a4326358b752aebae082b3151a202 + ProjectOxfordFace: a005f0a49f86fa1edb95c9c54e181c95b32c1e5d PODFILE CHECKSUM: a5d2c084667aa893cf7f8e0a5e76252611a40a74 -COCOAPODS: 1.2.1 +COCOAPODS: 1.5.3 diff --git a/Example/ProjectOxfordFace/ProjectOxfordFace-Info.plist b/Example/ProjectOxfordFace/ProjectOxfordFace-Info.plist index 7da4d5e..14e65b7 100644 --- a/Example/ProjectOxfordFace/ProjectOxfordFace-Info.plist +++ b/Example/ProjectOxfordFace/ProjectOxfordFace-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3.2 + 1.4.1 CFBundleSignature ???? CFBundleVersion diff --git a/ProjectOxfordFace.podspec b/ProjectOxfordFace.podspec index 1bb01d2..1a0cb71 100644 --- a/ProjectOxfordFace.podspec +++ b/ProjectOxfordFace.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ProjectOxfordFace" - s.version = "1.4.0" + s.version = "1.4.1" s.summary = "Microsoft Cognitive Services - Face API iOS SDK" s.description = <<-DESC @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.screenshots = "https://github.com/Microsoft/Cognitive-Face-iOS/raw/master/SampleScreenshots/SampleScreenshot1.jpg","https://github.com/Microsoft/Cognitive-Face-iOS/raw/master/SampleScreenshots/SampleScreenshot2.jpg","https://github.com/Microsoft/Cognitive-Face-iOS/raw/master/SampleScreenshots/SampleScreenshot3.jpg","https://github.com/Microsoft/Cognitive-Face-iOS/raw/master/SampleScreenshots/SampleScreenshot4.jpg","https://github.com/Microsoft/Cognitive-Face-iOS/raw/master/SampleScreenshots/SampleScreenshot5.jpg","https://github.com/Microsoft/Cognitive-Face-iOS/raw/master/SampleScreenshots/SampleScreenshot6.jpg","https://github.com/Microsoft/Cognitive-Face-iOS/raw/master/SampleScreenshots/SampleScreenshot7.jpg","https://github.com/Microsoft/Cognitive-Face-iOS/raw/master/SampleScreenshots/SampleScreenshot8.jpg" s.license = 'MIT' s.author = { "Microsoft Cognitive Services SDK" => "oxfordGithub@microsoft.com" } - s.source = { :git => "https://github.com/Microsoft/Cognitive-Face-iOS.git", :branch => "master", :tag => '1.4.0' } + s.source = { :git => "https://github.com/Microsoft/Cognitive-Face-iOS.git", :branch => "master", :tag => '1.4.1' } s.platform = :ios, '8.0' s.requires_arc = true