- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMinChartKit.podspec
More file actions
Latest commit
26 lines (20 loc) · 963 Bytes
/
Copy pathMinChartKit.podspec
File metadata and controls
26 lines (20 loc) · 963 Bytes
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
#
# Be sure to run `pod spec lint MinChartKit.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.newdo |s|
s.name="MinChartKit"
s.version="0.0.3"
s.summary="Easily Create Hyper-Minimal Charts"
s.homepage="http://github.com/stevewight/MinChartKit"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"Steve Wight"=>"stevendouglaswight@gmail.com"}
s.platform=:ios,"11.0"
s.source={:git=>"https://github.com/stevewight/MinChartKit.git",:tag=>"#{s.version}"}
s.source_files="MinChartKit/**/*.{h,m,swift}"
s.pod_target_xcconfig={"SWIFT_VERSION"=>"4"}
s.dependency"Charts","~> 3.1.1"
end