-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed NSURLConnection to NSURLSession
- Loading branch information
Sándor Gyulai
committed
Oct 13, 2015
1 parent
f565309
commit fc462b5
Showing
3 changed files
with
44 additions
and
53 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 |
---|---|---|
@@ -1,43 +1,16 @@ | ||
Pod::Spec.new do |s| | ||
|
||
# 1 | ||
s.platform = :ios | ||
s.ios.deployment_target = '8.0' | ||
s.name = "InAppFw" | ||
s.summary = "In App Purchase Manager framework for iOS" | ||
s.requires_arc = true | ||
|
||
# 2 | ||
s.version = "0.9.0" | ||
|
||
# 3 | ||
s.version = "0.9.1" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
|
||
# 4 - Replace with your name and e-mail address | ||
s.author = { "Sandor Gyulai" => "sandor.gyulai@icloud.com" } | ||
|
||
# For example, | ||
# s.author = { "Joshua Greene" => "jrg.developer@gmail.com" } | ||
|
||
|
||
# 5 - Replace this URL with your own Github page's URL (from the address bar) | ||
s.homepage = "https://github.com/sandorgyulai/InAppFramework" | ||
|
||
# For example, | ||
# s.homepage = "https://github.com/JRG-Developer/RWPickFlavor" | ||
|
||
|
||
# 6 - Replace this URL with your own Git URL from "Quick Setup" | ||
s.source = { :git => "https://github.com/sandorgyulai/InAppFramework.git", :tag => "#{s.version}"} | ||
|
||
# For example, | ||
# s.source = { :git => "https://github.com/JRG-Developer/RWPickFlavor.git", :tag => "#{s.version}"} | ||
|
||
|
||
# 7 | ||
s.framework = "UIKit" | ||
|
||
# 8 | ||
s.source_files = "InAppFw/**/*.{swift}" | ||
|
||
end |
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
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