Skip to content

Quick shortcuts for referencing Localz SDK pods in your projects

License

Notifications You must be signed in to change notification settings

localz/Spotz-iOS-Specs

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages