forked from infinum/FBAnnotationClustering
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FBAnnotationClustering.podspec
25 lines (23 loc) · 1.07 KB
/
FBAnnotationClustering.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
25
#
# Be sure to run `pod lib lint NAME.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'FBAnnotationClustering'
s.version = '0.1.1'
s.summary = 'Clustering library for iOS maps'
s.homepage = 'https://github.com/infinum/FBAnnotationClustering'
s.screenshots = 'https://raw.githubusercontent.com/infinum/FBAnnotationClustering/master/Images/example.png'
s.license = 'MIT'
s.author = { 'Filip Beć' => '[email protected]' }
s.source = { :git => 'https://github.com/infinum/FBAnnotationClustering.git', :tag => '0.1.1' }
s.social_media_url = 'https://twitter.com/FilipBec'
s.requires_arc = true
s.platform = :ios, '6.0'
s.ios.deployment_target = '6.0'
s.source_files = 'FBAnnotationClustering'
s.public_header_files = 'FBAnnotationClustering/*.h'
s.frameworks = 'CoreLocation', 'MapKit'
end