-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathPhotobook.podspec
21 lines (19 loc) · 1.17 KB
/
Photobook.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 = "Photobook"
s.version = "2.1.2"
s.summary = "The Photobook SDK makes it easy to create beautiful, high quality photo books from within your app"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.platform = :ios, "10.0"
s.authors = { 'Konstantinos Karagiannis' => '[email protected]', 'Jaime Landazuri' => '[email protected]', 'Julian Gruber' => '' }
s.homepage = 'https://www.kite.ly'
s.source = { :git => "https://github.com/OceanLabs/Photobook-iOS.git", :tag => "v" + s.version.to_s }
s.source_files = ["Photobook/**/*.swift", "PhotobookSDK/**/*.swift"]
s.swift_version = "5.0"
s.resource_bundles = { 'PhotobookResources' => ['Photobook/Base.lproj/Photobook.storyboard', 'Photobook/Resources/Assets.xcassets', 'Photobook/Resources/Lora-Regular.ttf', 'Photobook/Resources/Montserrat-Bold.ttf', 'Photobook/Resources/OpenSans-Regular.ttf'] }
s.module_name = 'Photobook'
s.dependency "KeychainSwift", "~> 17.0.0"
s.dependency "SDWebImage", "~> 5.2.0"
s.dependency "Stripe", "~> 18.0.0"
s.dependency "Analytics", "~> 3.7.0"
s.dependency "PayPal-iOS-Dynamic-Loader"
end