-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing finished. Pointing github back to original location.
- Loading branch information
Robert Chen
committed
Apr 26, 2017
1 parent
4e4d0e6
commit 894f8d1
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,10 @@ Pod::Spec.new do |s| | |
Data should influence everything you do – from the products and content you create, to the way you shape and execute your go-to-market strategy. Lotame’s data management platform makes this vision a reality. Our SaaS platform is used by marketers, agencies and publishers around the world to make audience data meaningful and actionable. This framework makes it easy to plug your iOS app into the data management platform. | ||
DESC | ||
|
||
s.homepage = "https://github.com/chenr2/LotameDMP-IOS" | ||
s.homepage = "https://github.com/Lotame/LotameDMP-IOS" | ||
s.license = 'MIT' | ||
s.author = { "Dan Rusk" => "[email protected]" } | ||
s.source = { :git => "https://github.com/chenr2/LotameDMP-IOS.git", :tag => s.version.to_s } | ||
s.source = { :git => "https://github.com/Lotame/LotameDMP-IOS.git", :tag => s.version.to_s } | ||
|
||
s.platform = :ios, '8.0' | ||
s.requires_arc = true | ||
|