-
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.
- Loading branch information
Murph22
committed
Feb 20, 2019
1 parent
bec2b8d
commit 9a17aac
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = 'Epifany' | ||
s.version = '0.1.6' | ||
s.version = '0.1.7' | ||
s.summary = 'a simple survey SDK' | ||
|
||
# This description is used to generate tags and improve search results. | ||
|
@@ -24,7 +24,7 @@ A easy to use survey tool using beacon technology. | |
s.homepage = 'https://github.com/stealzinc/Epifany-iOS-Release' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'Shawn Murphy' => '[email protected]' } | ||
s.source = { :http => 'https://github.com/stealzinc/Epifany-iOS-Release/releases/download/0.1.6/EpifanyPod.zip'} | ||
s.source = { :http => 'https://github.com/stealzinc/Epifany-iOS-Release/releases/download/0.1.7/EpifanyPod.zip'} | ||
|
||
|
||
s.ios.deployment_target = '10.0' | ||
|