LotameDMP-IOS
This open source library can be leveraged by Lotame clients to collect data from within their iOS applications.
File Explorer
- tag-4.1.0-swift-3.1-framework.zip
- tag-5.0.0-swift-5.0.1-framework.zip
- tag-5.3.0-swift-5.9.2-framework.zip
- LaunchScreen.xib
- Main.storyboard
- Contents.json
- AppDelegate.swift
- Info.plist
- ViewController.swift
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- LotameDMP-Example.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- LotameDMP.podspec.json
- Compatibility.h
- HTTPStubs.h
- HTTPStubsPathHelpers.h
- HTTPStubsResponse+JSON.h
- HTTPStubsResponse.h
- NSURLRequest+HTTPBodyTesting.h
- HTTPStubs+NSURLSessionConfiguration.m
- HTTPStubs.m
- HTTPStubsMethodSwizzling.h
- HTTPStubsMethodSwizzling.m
- HTTPStubsPathHelpers.m
- HTTPStubsResponse+JSON.m
- HTTPStubsResponse.m
- NSURLRequest+HTTPBodyTesting.m
- LICENSE
- README.md
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- LotameDMP 1.xcscheme
- LotameDMP.xcscheme
- project.pbxproj
- Info.plist
- LotameDMP-dummy.m
- LotameDMP-Info.plist
- LotameDMP-prefix.pch
- LotameDMP-umbrella.h
- LotameDMP.debug.xcconfig
- LotameDMP.modulemap
- LotameDMP.release.xcconfig
- LotameDMP.xcconfig
- Info.plist
- OHHTTPStubs-dummy.m
- OHHTTPStubs-Info.plist
- OHHTTPStubs-prefix.pch
- OHHTTPStubs-umbrella.h
- OHHTTPStubs.debug.xcconfig
- OHHTTPStubs.modulemap
- OHHTTPStubs.release.xcconfig
- OHHTTPStubs.xcconfig
- Info.plist
- Pods-LotameDMP_Example-acknowledgements.markdown
- Pods-LotameDMP_Example-acknowledgements.plist
- Pods-LotameDMP_Example-dummy.m
- Pods-LotameDMP_Example-frameworks-Debug-input-files.xcfilelist
- Pods-LotameDMP_Example-frameworks-Debug-output-files.xcfilelist
- Pods-LotameDMP_Example-frameworks-Release-input-files.xcfilelist
- Pods-LotameDMP_Example-frameworks-Release-output-files.xcfilelist
- Pods-LotameDMP_Example-frameworks.sh
- Pods-LotameDMP_Example-Info.plist
- Pods-LotameDMP_Example-resources.sh
- Pods-LotameDMP_Example-umbrella.h
- Pods-LotameDMP_Example.debug.xcconfig
- Pods-LotameDMP_Example.modulemap
- Pods-LotameDMP_Example.release.xcconfig
- Info.plist
- Pods-LotameDMP_Tests-acknowledgements.markdown
- Pods-LotameDMP_Tests-acknowledgements.plist
- Pods-LotameDMP_Tests-dummy.m
- Pods-LotameDMP_Tests-frameworks-Debug-input-files.xcfilelist
- Pods-LotameDMP_Tests-frameworks-Debug-output-files.xcfilelist
- Pods-LotameDMP_Tests-frameworks-Release-input-files.xcfilelist
- Pods-LotameDMP_Tests-frameworks-Release-output-files.xcfilelist
- Pods-LotameDMP_Tests-frameworks.sh
- Pods-LotameDMP_Tests-Info.plist
- Pods-LotameDMP_Tests-resources.sh
- Pods-LotameDMP_Tests-umbrella.h
- Pods-LotameDMP_Tests.debug.xcconfig
- Pods-LotameDMP_Tests.modulemap
- Pods-LotameDMP_Tests.release.xcconfig
- Manifest.lock
- Info.plist
- Tests.swift
- ObjcExample.h
- ObjcExample.m
- Podfile
- Podfile.lock
- .gitkeep
- .gitkeep
- DMP.swift
- LotameAudience.swift
- LotameError.swift
- LotameProfile.swift
- NSDictionary+rawString.swift
- .gitignore
- .travis.yml
- _Pods.xcodeproj
- build_framework.sh
- LICENSE
- LotameDMP.podspec
- README.md
- run-script.png
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
brew install
View Details ▼
brew install
Install a Homebrew formula or cask.
brew install {{formula|cask}}
Install a formula/cask:
brew install {{[-s|--build-from-source]}} {{formula}}
Build and install a formula from source (dependencies will still be installed from bottles):
brew install {{[-n|--dry-run]}} {{formula|cask}}
Download the manifest, print what would be installed but don't actually install anything:
brew update
View Details ▼
brew update
Fetch the newest version of Homebrew and all formulae from GitHub using `git` and perform any necessary migrations.
To upgrade all installed formulae, use `brew upgrade`.
brew {{[up|update]}}
Fetch the newest version of Homebrew and all formulae:
dict
View Details ▼
dict
Dictionary that uses the DICT protocol.
dict {{[-D|--dbs]}}
List available databases:
dict {{[-i|--info]}} {{database_name}}
Get information about a database:
dict {{[-d|--database]}} {{database_name}} {{word}}
Look up a word in a specific database:
gem
View Details ▼
gem
A package manager for the Ruby programming language.
gem search {{regex}} {{[-a|--all]}}
Search for remote gem(s) and show all available versions:
gem install {{gem_name}}
Install the latest version of a gem:
gem install {{gem_name}} {{[-v|--version]}} {{1.0.0}}
Install a specific version of a gem:
carthage
View Details ▼
carthage
A dependency management tool for Cocoa applications.
carthage update
Download the latest version of all dependencies mentioned in Cartfile, and build them:
carthage update --platform ios
Update dependencies, but only build for iOS:
carthage update --no-build
Update dependencies, but don't build any of them:
pod
View Details ▼
pod
Dependency manager for Swift and Objective-C Cocoa projects.
pod init
Create a Podfile for the current project with the default contents:
pod install
Download and install all pods defined in the Podfile (that haven't been installed before):
pod list
List all available pods:
