-
Notifications
You must be signed in to change notification settings - Fork 2
/
LiUIComponents.podspec
19 lines (17 loc) · 1.14 KB
/
LiUIComponents.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "LiUIComponents"
s.version = "0.6.0"
s.summary = "Lithium community iOS SDK UI components."
s.description = "LiUIComponents is the UI component of lithium comunity for integrating into partner iOS apps."
s.homepage = "https://community.lithium.com"
s.license = "Apache License, Version 2.0"
s.author = { "Shekhar Dahore" => "[email protected]" }
s.platform = :ios, "11.0"
s.swift_version = "5"
s.source = { :git => "https://github.com/lithiumtech/li-ios-sdk.git", :tag => "0.6.0" }
s.source_files = "Sources/LiUIComponents/*", "Sources/LiUIComponents/**/*.{swift,h,m}"
s.exclude_files = "Sources/LiUIComponents/Info.plist"
s.resource_bundles = { "LiUIComponents" => ["Sources/LiUIComponents/Resources/*", "Sources/LiUIComponents/**/*.{xib,storyboard}", "Sources/LiUIComponents/**/*.xcassets"]}
s.resources = ["Sources/LiUIComponents/Resources/*", "Sources/LiUIComponents/**/*.{xib,storyboard}", "Sources/LiUIComponents/**/*.xcassets" ]
s.dependency "LiCore", "0.6.0"
end