Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Nettoyage du dossier
Browse files Browse the repository at this point in the history
J'ai ajouté les librairies avec Cocoapods. Normalement, elles sont déjà chargées.
  • Loading branch information
allezxandre committed May 23, 2015
1 parent e26f188 commit abf6bb7
Show file tree
Hide file tree
Showing 47 changed files with 5,920 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build
6 changes: 6 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :osx, '10.10'
use_frameworks!

pod 'Alamofire', '~> 1.2'
pod "SwiftyJSON", ">= 2.2"
13 changes: 13 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
PODS:
- Alamofire (1.2.2)
- SwiftyJSON (2.2.0)

DEPENDENCIES:
- Alamofire (~> 1.2)
- SwiftyJSON (>= 2.2)

SPEC CHECKSUMS:
Alamofire: 11a6022f5089887d92ffb5a3014c97a0a915ab98
SwiftyJSON: 0b3e6c07af17ff745e77e8e9984097b55c956e5c

COCOAPODS: 0.37.1
19 changes: 19 additions & 0 deletions Pods/Alamofire/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit abf6bb7

Please sign in to comment.