-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IOS-1512 Rename repo to AferoIOSSofthub
- Loading branch information
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 |
---|---|---|
|
@@ -5,13 +5,13 @@ Pod::Spec.new do |s| | |
s.version = "1.1.0" | ||
s.summary = "Afero hub library (binary distribution)" | ||
s.description = "Softhub support for Afero devices." | ||
s.homepage = "https://github.com/aferodeveloper/hubby" | ||
s.homepage = "https://github.com/aferodeveloper/AferoIOSSofthub" | ||
s.license = "Proprietary" | ||
s.author = { "Afero, Inc." => "[email protected]" } | ||
|
||
s.ios.deployment_target = "9.3" | ||
s.source = { | ||
:git => "[email protected]:aferodeveloper/AferoSofthub.git", :tag => s.version | ||
:git => "[email protected]:aferodeveloper/AferoIOSSofthub.git", :tag => s.version | ||
} | ||
|
||
s.prepare_command = '/usr/bin/unzip AferoSofthub.zip' | ||
|