forked from kinecosystem/kin-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKinDesign.podspec
25 lines (20 loc) · 934 Bytes
/
KinDesign.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Spec for KinDesign
#
Pod::Spec.new do |s|
s.name = 'KinDesign'
s.version = '0.2.1'
s.summary = 'Kin Design Library for iOS'
s.description = <<-DESC
The shared KinDesign library components for creating consistent Kin user experiences. When creating a custom Kin experience, this library can be used to include standard UI components for displaying Kin prices, transactions, etc.
DESC
s.homepage = 'https://github.com/kinecosystem/kin-ios'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Kik Engineering' => '[email protected]' }
s.source = { :git => 'https://github.com/kinecosystem/kin-ios.git' }
s.ios.deployment_target = '9.0'
s.swift_version = '5.0'
s.source_files = 'KinDesign/KinDesign/Classes/**/*'
s.resources = 'KinDesign/KinDesign/*.{xcassets}'
s.frameworks = 'UIKit'
end