forked from microsoft/ProjectOxford-ClientSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProjectOxfordFace.podspec
21 lines (19 loc) · 1.29 KB
/
ProjectOxfordFace.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "ProjectOxfordFace"
s.version = "1.0"
s.summary = "Microsoft Project Oxford Face iOS SDK"
s.description = <<-DESC
Integrate Microsoft Project Oxford Face APIs into your iOS App!
DESC
s.homepage = "https://github.com/Microsoft/ProjectOxford-ClientSDK"
s.screenshots = "https://raw.githubusercontent.com/Microsoft/ProjectOxford-ClientSDK/master/Face/iOS/SampleScreenshots/SampleScreenshot1.png", "https://raw.githubusercontent.com/Microsoft/ProjectOxford-ClientSDK/master/Face/iOS/SampleScreenshots/SampleScreenshot2.png", "https://raw.githubusercontent.com/Microsoft/ProjectOxford-ClientSDK/master/Face/iOS/SampleScreenshots/SampleScreenshot3.png", "https://raw.githubusercontent.com/Microsoft/ProjectOxford-ClientSDK/master/Face/iOS/SampleScreenshots/SampleScreenshot4.png"
s.license = 'MIT'
s.author = { "Project Oxford SDK" => "[email protected]" }
s.source = { :git => "https://github.com/Microsoft/ProjectOxford-ClientSDK.git", :branch => "master" }
s.platform = :ios, '9.0'
s.requires_arc = true
s.source_files = 'Face/iOS/Pod/Classes/**/*'
s.resource_bundles = {
'ProjectOxfordFace' => ['Face/iOS/Pod/Assets/*.png']
}
end