forked from ukrbublik/YCCHMapClusterController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCCHMapClusterController.podspec
More file actions
18 lines (16 loc) · 954 Bytes
/
CCHMapClusterController.podspec
File metadata and controls
18 lines (16 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |spec|
spec.name = 'CCHMapClusterController'
spec.version = '1.7.0'
spec.license = 'MIT'
spec.summary = 'High-performance map clustering with MapKit for iOS and OS X. Integrate with 4 lines of code.'
spec.homepage = 'https://github.com/choefele/CCHMapClusterController'
spec.authors = { 'Claus Höfele' => 'claus@claushoefele.com' }
spec.social_media_url = 'https://twitter.com/claushoefele'
spec.source = { :git => 'https://github.com/choefele/CCHMapClusterController.git', :tag => spec.version.to_s }
spec.frameworks = 'MapKit', 'CoreLocation'
spec.requires_arc = true
spec.ios.deployment_target = '7.0'
spec.osx.deployment_target = '10.9'
spec.source_files = 'CCHMapClusterController/*.{h,m}'
spec.private_header_files = 'CCHMapClusterController/{CCHMapTree,CCHMapTreeUtils,CCHMapClusterControllerUtils,CCHMapClusterControllerDebugPolygon,CCHMapClusterOperation,CCHMapViewDelegateProxy}.h'
end