This commit is contained in:
Xuan Hu (Sean) 2018-07-17 21:13:22 +08:00 коммит произвёл GitHub
Родитель f458d66e4c
Коммит 0a2279e3c3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.2</string>
<string>1.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

Просмотреть файл

@ -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