Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
e54a9467
Commit
e54a9467
authored
Sep 07, 2015
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Examples] Use Alamofire from the master repo
parent
34156c09
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
69 deletions
+1
-69
Alamofire.podspec
examples/Alamofire Example/Alamofire.podspec
+0
-16
Podfile
examples/Alamofire Example/Podfile
+1
-1
Alamofire.h
examples/Alamofire Example/Source/Alamofire.h
+0
-26
Alamofire.swift
examples/Alamofire Example/Source/Alamofire.swift
+0
-0
Info.plist
examples/Alamofire Example/Source/Info.plist
+0
-26
No files found.
examples/Alamofire Example/Alamofire.podspec
deleted
100644 → 0
View file @
34156c09
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'Alamofire'
s
.
version
=
'0.0.1'
s
.
license
=
'MIT'
s
.
summary
=
'Elegant HTTP Networking in Swift'
s
.
homepage
=
'https://github.com/Alamofire/Alamofire'
s
.
social_media_url
=
'http://twitter.com/mattt'
s
.
authors
=
{
'Mattt Thompson'
=>
'm@mattt.me'
}
s
.
source
=
{
:git
=>
'https://github.com/Alamofire/Alamofire.git'
,
:branch
=>
'master'
}
s
.
requires_arc
=
true
s
.
ios
.
deployment_target
=
'8.0'
s
.
osx
.
deployment_target
=
'10.10'
s
.
source_files
=
'Source/*.swift'
end
examples/Alamofire Example/Podfile
View file @
e54a9467
...
...
@@ -6,6 +6,6 @@ xcodeproj 'iOS Example.xcodeproj'
target
'iOS Example'
do
platform
:ios
,
'8.0'
use_frameworks!
pod
'Alamofire'
,
:path
=>
'.'
pod
'Alamofire'
end
examples/Alamofire Example/Source/Alamofire.h
deleted
100644 → 0
View file @
34156c09
// Alamofire.h
//
// Copyright (c) 2014 Alamofire (http://alamofire.org)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#import <Foundation/Foundation.h>
FOUNDATION_EXPORT
double
AlamofireVersionNumber
;
FOUNDATION_EXPORT
const
unsigned
char
AlamofireVersionString
[];
examples/Alamofire Example/Source/Alamofire.swift
deleted
100644 → 0
View file @
34156c09
This diff is collapsed.
Click to expand it.
examples/Alamofire Example/Source/Info.plist
deleted
100644 → 0
View file @
34156c09
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
CFBundleDevelopmentRegion
<
/k
e
y
>
<
string
>
en
<
/string
>
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
$
(
EXECUTABLE_NAME
)<
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
com.alamofire.$
(
PRODUCT_NAME:rfc1034identifier
)<
/string
>
<
k
e
y
>
CFBundleInfoDictionaryVersion
<
/k
e
y
>
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
$
(
PRODUCT_NAME
)<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
FMWK
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.0
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
$
(
CURRENT_PROJECT_VERSION
)<
/string
>
<
k
e
y
>
NSPrincipalClass
<
/k
e
y
>
<
string
><
/string
>
<
/
d
i
c
t
>
<
/plist
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment