Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Add WatchOS Support #9

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions AFOnoResponseSerializer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ Pod::Spec.new do |s|
s.source_files = 'AFOnoResponseSerializer'
s.requires_arc = true

s.ios.deployment_target = '6.0'
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.8'
s.watchos.deployment_target = '2.0'

s.dependency 'AFNetworking', '~> 2.2'
s.dependency 'Ono', '~> 1.0'
s.dependency 'AFNetworking', '~> 4.0'
s.dependency 'Ono', '~> 1.1'
end
2 changes: 1 addition & 1 deletion AFOnoResponseSerializer/AFOnoResponseSerializer.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

#import "AFURLResponseSerialization.h"
#import <AFNetworking/AFURLResponseSerialization.h>

/**

Expand Down