This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated to latest project file structure, and updated podspec.
updated repo name (pushing to cocoapods new version) updated podspec
- Loading branch information
Christos Sotiriou
committed
Aug 24, 2019
1 parent
f5e7559
commit 2440385
Showing
3 changed files
with
42 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Pod::Spec.new do |s| | |
s.version = '1.0.0' | ||
s.summary = 'PromiseKit extensions for AFNetworking' | ||
s.license = 'MIT' | ||
s.homepage = 'https://github.com/zllarry/AFNetworking-PromiseKit/' | ||
s.source = { :git => 'https://github.com/zllarry/AFNetworking-PromiseKit.git', :tag => s.version } | ||
s.homepage = 'https://github.com/csotiriou/AFNetworking-PromiseKit/' | ||
s.source = { :git => 'https://github.com/csotiriou/AFNetworking-PromiseKit.git', :tag => s.version } | ||
|
||
s.author = { 'Christos Sotiriou' => '[email protected]' } | ||
|
||
|
@@ -14,7 +14,18 @@ Pod::Spec.new do |s| | |
s.requires_arc = true | ||
|
||
s.ios.deployment_target = '9.0' | ||
s.osx.deployment_target = '10.9' | ||
s.osx.deployment_target = '10.10' | ||
|
||
s.swift_versions = [ | ||
"4.0", | ||
"4.1", | ||
"4.2", | ||
"4.3", | ||
"4.4", | ||
"5.0", | ||
"5.1", | ||
"5.1" | ||
] | ||
|
||
s.dependency 'AFNetworking', '~> 3.1.0' | ||
s.dependency 'PromiseKit/CorePromise', '~> 6.5.2' | ||
|