Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPLayoutKit.podspec
More file actions
Latest commit
27 lines (23 loc) · 1.01 KB
/
Copy pathAPLayoutKit.podspec
File metadata and controls
27 lines (23 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Be sure to run `pod lib lint APLayoutKit.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.newdo |s|
s.name='APLayoutKit'
s.version='0.5.0'
s.summary='Build layout in code using UIKit and check in SwiftUI preview'
s.description=<<-DESC
Build your UIKIt layout in code using APLayoutKit and examine it in SwiftUI Preview
DESC
s.homepage='https://github.com/Alterplay/APLayoutKit'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'vladislavsosiuk'=>'v.sosiuk@alterplay.com'}
s.source={:git=>'https://github.com/Alterplay/APLayoutKit.git',:tag=>s.version.to_s}
s.ios.deployment_target='11.0'
s.source_files='APLayoutKit/Classes/**/*'
s.frameworks='UIKit'
s.swift_versions='5.0'
end