- Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathFSInteractiveMap.podspec
More file actions
Latest commit
16 lines (16 loc) · 882 Bytes
/
Copy pathFSInteractiveMap.podspec
File metadata and controls
16 lines (16 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.name="FSInteractiveMap"
s.version="0.1.0"
s.summary="FSInteractiveMap is a charting library to visualize and interact with a vector map on iOS."
s.description=<<-DESC
It's like Geochart but for iOS. It's loading the maps from simple SVG files. It lets you visualize and interact with a vector map on iOS.
DESC
s.homepage="https://github.com/ArthurGuibert/FSInteractiveMap"
s.screenshots="https://github.com/ArthurGuibert/FSInteractiveMap/raw/master/Screenshots/screen02.png"
s.author={"Arthur Guibert"=>"birslip@gmail.com"}
s.license={:type=>'Apache License, Version 2.0',:file=>'LICENSE'}
s.platform=:ios,'7.0'
s.source={:git=>"https://github.com/ArthurGuibert/FSInteractiveMap.git",:tag=>"#{s.version}"}
s.source_files='Classes','FSInteractiveMap/FSInteractiveMap/**/*.{h,m}'
s.requires_arc=true
end