-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathAFHARchiver.podspec.orig
30 lines (30 loc) · 1.05 KB
/
AFHARchiver.podspec.orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Pod::Spec.new do |s|
s.name = 'AFHARchiver'
s.version = '0.2.2'
s.summary = 'An AFNetworking extension to automatically generate a HTTP Archive file of all of your network requests.'
s.author = {
'Kevin Harwood' => '[email protected]'
}
s.homepage = 'https://github.com/mutualmobile/AFHARchiver'
<<<<<<< HEAD
s.source = { :git => "https://github.com/mutualmobile/AFHARchiver.git", :tag => "0.2.2" }
=======
s.source = { :git => "https://github.com/mutualmobile/AFHARchiver.git", :tag => "0.2.1" }
>>>>>>> 04c6c81c48922fa554bd2b0cf4a82775e00b0436
s.source_files = 'AFHARchiver'
s.license = {
:type => 'MIT',
:file => 'LICENSE'
}
s.requires_arc = true
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
<<<<<<< HEAD
s.dependency 'AFNetworking', '~> 2.1'
s.dependency 'AFNetworking/NSURLSession', '~> 2.1'
end
=======
s.dependency 'AFNetworking', '~> 2.1.0'
s.dependency 'AFNetworking/NSURLSession', '~> 2.1.0'
end
>>>>>>> 04c6c81c48922fa554bd2b0cf4a82775e00b0436