Skip to content

Commit

Permalink
carfile added
Browse files Browse the repository at this point in the history
.gitignore added
  • Loading branch information
Konstantin Kabanov committed Oct 24, 2016
1 parent a2e3b9a commit bca052e
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 3 deletions.
39 changes: 39 additions & 0 deletions .gitignore
@@ -0,0 +1,39 @@
# Mac OS X
.DS_Store

# Xcode

## Build generated
build/
DerivedData

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata

## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
.build/

# Carthage
Carthage/Build
6 changes: 3 additions & 3 deletions AlamofireNetworkActivityLogger.podspec
Expand Up @@ -3,11 +3,11 @@ Pod::Spec.new do |s|
s.version = '2.0.0'
s.license = 'MIT'
s.summary = 'Network request logger for Alamofire'
s.homepage = 'https://github.com/Alamofire/AlamofireImage'
s.social_media_url = 'http://twitter.com/AlamofireSF'
s.homepage = 'https://github.com/konkab/AlamofireNetworkActivityLogger'
s.social_media_url = 'https://www.linkedin.com/in/konstantinkabanov'
s.authors = { 'Konstantin Kabanov' => 'konstantin@rktstudio.ru' }

s.source = { :git => 'https://github.com/Alamofire/AlamofireImage.git', :tag => s.version }
s.source = { :git => 'https://github.com/konkab/AlamofireNetworkActivityLogger.git', :tag => s.version }
s.source_files = 'Source/*.swift'

s.ios.deployment_target = '9.0'
Expand Down
1 change: 1 addition & 0 deletions Cartfile
@@ -0,0 +1 @@
github "Alamofire/Alamofire" ~> 4.0
1 change: 1 addition & 0 deletions Cartfile.resolved
@@ -0,0 +1 @@
github "Alamofire/Alamofire" "4.0.1"

0 comments on commit bca052e

Please sign in to comment.