Skip to content

Repository files navigation

Spotz-iOS-Specs

Quick shortcuts for referencing Localz SDK pods in your projects

Usage

Inside your podfile include https://github.com/localz/Spotz-iOS-Specs.git as a source, and https://github.com/CocoaPods/Specs.git as a source if you are using Cocoapod pods as well. Now you can reference Localz pods simply with pod 'SpotzSDK'

Example

A sample podfile for reference

platform :ios, '8.0'

project 'testapp'

target 'testapp' do
	# SpotzSDK has Cocoapod dependencies, so include Cocoapods as a source too
	source 'https://github.com/localz/Spotz-iOS-Specs.git' # this needs to be first
	source 'https://github.com/CocoaPods/Specs.git'

	pod 'SpotzPushSDK'
	pod 'SpotzRetailSDK'
	pod 'SpotzSDK' 
end

About

Quick shortcuts for referencing Localz SDK pods in your projects

Topics

Resources

Stars

0 stars

Watchers

8 watching

Forks

Releases

Packages

Contributors

Languages