hlfcoding/HLFMapViewController

View on GitHub
Example/Podfile

Summary

Maintainability
Test Coverage
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '9.0'
use_frameworks!

target 'HLFMapViewController_Example', :exclusive => true do
  pod "HLFMapViewController", :path => "../"
end