In your Podfile, add
target 'Example' do
use_frameworks!
... your pods
# Pods for ZBeaconKitExample
pod 'ZBeaconKit', :path => '../..'
end
and run pod repo update then pod install
This project could simply be built with Carthage.
In case you are first get to know carthage, here is a brief description of how to build carthage.
- install carthage.(better to use homebrew)
- open project root folder.
- Modify Manager.currentPackageVersion if needed
- build ZBeaconKit with command:
carthage build --no-skip-current
- the
ZBeaconKit.frameworkcould be found in$(PROJECT_ROOT)/Carthage/Build/iOS.