-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathAAInfographics-Pro.podspec
executable file
·16 lines (16 loc) · 1.26 KB
/
AAInfographics-Pro.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = 'AAInfographics-Pro'
s.version = '0.0.4'
s.summary = '📈📊👑👑👑AAChartKit-Swift-Pro is a professional version of AAChartKit-Swift, it is an elegant and friendly chart framework for iOS, iPadOS, macOS. AAChartKit-Swift-Pro is a more powerful data visualization framework that supports more types beautiful chart like bellcurve, bullet, columnpyramid, cylinder, dependencywheel, heatmap, histogram, networkgraph, organization, packedbubble, pareto, sankey, series, solidgauge, streamgraph, sunburst, tilemap, timeline, treemap, variablepie, variwide, vector, venn, windbarb, wordcloud, xrange charts and so on.'
s.homepage = 'https://github.com/AAChartModel/AAChartKit-Swift-Pro'
s.license = 'Just For Test Demo'
s.authors = {'An An' => '[email protected]'}
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.source = {:git => 'https://github.com/AAChartModel/AAChartKit-Swift-Pro.git', :tag => s.version}
s.source_files = 'AAInfographics-Pro/**/*.{swift}'
s.exclude_files = 'AAInfographics-Pro/**/PackageBundlePathLoader.swift'
s.resources = "AAInfographics-Pro/AAJSFiles.bundle"
s.requires_arc = true
s.swift_version = '5.0'
end