forked from asam139/ARVideoKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ARVideoKit.podspec
22 lines (16 loc) · 936 Bytes
/
ARVideoKit.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "ARVideoKit"
s.version = "1.7.0"
s.summary = "Capture & record ARKit videos 📹, photos 🌄, Live Photos 🎇, and GIFs 🎆."
s.description = "Enabling developers to capture videos 📹, photos 🌄, Live Photos 🎇, and GIFs 🎆 with augmented reality components."
s.homepage = "https://github.com/Vitalik13/ARVideoKit"
s.screenshots = "http://www.ahmedbekhit.com/SK_PREV.gif", "http://www.ahmedbekhit.com/SCN_PREVIEW.gif"
s.swift_version = '5.0'
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
s.author = { "Ahmed Fathi Bekhit" => "[email protected]" }
s.social_media_url = "http://ahmedbekhit.com"
s.platform = :ios, "11.0"
# ARVideoKit for Swift 5.0
s.source = { :git => "https://github.com/AFathi/ARVideoKit.git", :tag => "1.6.0" }
s.source_files = "ARVideoKit", "ARVideoKit/**/*.{h,m,swift}"
end