Skip to content

Commit

Permalink
Using CocoaPods for dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
insidegui committed Jun 6, 2016
1 parent de6d7b6 commit dcfe741
Show file tree
Hide file tree
Showing 127 changed files with 695 additions and 8,143 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ profile
DerivedData
.idea/
Crashlytics.sh
generatechangelog.sh
generatechangelog.sh
Pods/
15 changes: 15 additions & 0 deletions LocalPods/Updater/Updater.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "Updater"
s.version = "1.0.0"
s.summary = "Automatic updates using GitHub releases"
s.homepage = "https://github.com/insidegui/WWDC"
s.license = 'BSD'
s.author = { "Guilherme Rambo" => "eu@guilhermerambo.me" }
s.source = { :path => '.' }
s.social_media_url = 'https://twitter.com/_inside'
s.requires_arc = true

s.osx.deployment_target = "10.10"

s.source_files = 'Updater/*'
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions LocalPods/WWDCAppKit/WWDCAppKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "WWDCAppKit"
s.version = "1.0.0"
s.summary = "Custom views and controls for WWDC"
s.homepage = "https://github.com/insidegui/WWDC"
s.license = 'BSD'
s.author = { "Guilherme Rambo" => "eu@guilhermerambo.me" }
s.source = { :path => '.' }
s.social_media_url = 'https://twitter.com/_inside'
s.requires_arc = true

s.osx.deployment_target = "10.10"

s.source_files = 'WWDCAppKit/*'
end
432 changes: 432 additions & 0 deletions LocalPods/WWDCAppKit/WWDCAppKit.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRActionableProgressIndicator.h
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 01/05/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRActionableProgressIndicator.m
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 01/05/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRBannerView.h
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 09/06/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRBannerView.m
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 09/06/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRCustomPlayerView.h
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 10/06/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRCustomPlayerView.m
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 10/06/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRLoadingView.h
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 08/05/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRLoadingView.m
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 08/05/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRMaskImageView.h
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 26/09/15.
// Copyright © 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRMaskImageView.m
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 26/09/15.
// Copyright © 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRMovableVisualEffectView.h
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 26/09/15.
// Copyright © 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRMovableVisualEffectView.m
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 26/09/15.
// Copyright © 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRPlayerView.h
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 19/04/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRPlayerView.m
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 19/04/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRReadingWindow.h
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 20/04/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRReadingWindow.m
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 20/04/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRScrollView.h
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 10/3/15.
// Copyright © 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRScrollView.m
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 10/3/15.
// Copyright © 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRSegmentedControl.h
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 10/3/15.
// Copyright © 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRSegmentedControl.m
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 10/3/15.
// Copyright © 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRTextField.h
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 23/04/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRTextField.m
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 23/04/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRWindow.h
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 20/04/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GRWindow.m
// ViewUtils
// WWDCAppKit
//
// Created by Guilherme Rambo on 20/04/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 32 additions & 0 deletions LocalPods/WWDCAppKit/WWDCAppKit/WWDCAppKit.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
//
// WWDCAppKit.h
// WWDCAppKit
//
// Created by Guilherme Rambo on 19/04/15.
// Copyright (c) 2015 Guilherme Rambo. All rights reserved.
//

#import <Cocoa/Cocoa.h>

//! Project version number for WWDCAppKit.
FOUNDATION_EXPORT double WWDCAppKitVersionNumber;

//! Project version string for WWDCAppKit.
FOUNDATION_EXPORT const unsigned char WWDCAppKitVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <WWDCAppKit/PublicHeader.h>

#import <WWDCAppKit/GRWindowMovingView.h>
#import <WWDCAppKit/GRPlayerWindow.h>
#import <WWDCAppKit/GRReadingWindow.h>
#import <WWDCAppKit/GRPlayerView.h>
#import <WWDCAppKit/GRActionableProgressIndicator.h>
#import <WWDCAppKit/GRTextField.h>
#import <WWDCAppKit/GRLoadingView.h>
#import <WWDCAppKit/GRCustomPlayerView.h>
#import <WWDCAppKit/GRTitlebarVisibilityControllingView.h>
#import <WWDCAppKit/GRBannerView.h>
#import <WWDCAppKit/GRMaskImageView.h>
#import <WWDCAppKit/GRSegmentedControl.h>
#import <WWDCAppKit/GRScrollView.h>
#import <WWDCAppKit/NSImage+CGImage.h>
18 changes: 18 additions & 0 deletions LocalPods/WWDCPlayer/WWDCPlayer.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = "WWDCPlayer"
s.version = "1.0.0"
s.summary = "Video player for WWDC"
s.homepage = "https://github.com/insidegui/WWDC"
s.license = 'BSD'
s.author = { "Guilherme Rambo" => "eu@guilhermerambo.me" }
s.source = { :path => '.' }
s.social_media_url = 'https://twitter.com/_inside'
s.requires_arc = true

s.osx.deployment_target = "10.10"

s.source_files = 'WWDCPlayer/*.{swift}'
s.resource_bundles = {
'WWDCPlayer' => ['WWDCPlayer/Resources/*']
}
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
platform :osx, '10.10'
use_frameworks!

target 'WWDC' do

pod 'RealmSwift'
pod 'Alamofire'
pod 'KVOController'
pod 'SwiftyJSON'

pod 'Updater', :path => 'LocalPods/Updater'
pod 'WWDCAppKit', :path => 'LocalPods/WWDCAppKit'
pod 'WWDCPlayer', :path => 'LocalPods/WWDCPlayer'

end
41 changes: 41 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
PODS:
- Alamofire (3.4.0)
- KVOController (1.1.0)
- Realm (1.0.0):
- Realm/Headers (= 1.0.0)
- Realm/Headers (1.0.0)
- RealmSwift (1.0.0):
- Realm (= 1.0.0)
- SwiftyJSON (2.3.2)
- Updater (1.0.0)
- WWDCAppKit (1.0.0)
- WWDCPlayer (1.0.0)

DEPENDENCIES:
- Alamofire
- KVOController
- RealmSwift
- SwiftyJSON
- Updater (from `LocalPods/Updater`)
- WWDCAppKit (from `LocalPods/WWDCAppKit`)
- WWDCPlayer (from `LocalPods/WWDCPlayer`)

EXTERNAL SOURCES:
Updater:
:path: LocalPods/Updater
WWDCAppKit:
:path: LocalPods/WWDCAppKit
WWDCPlayer:
:path: LocalPods/WWDCPlayer

SPEC CHECKSUMS:
Alamofire: c19a627cefd6a95f840401c49ab1f124e07f54ee
KVOController: 321b5fc59300fcaabd42c0f679baa7a27efbb2fd
Realm: e15cd8e7c11d3e576f628ba0b7cb855269b4991c
RealmSwift: 3229306d020d96f83b335f87a0dcbf2cef0e6a2b
SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a
Updater: 4c6a8e5c35f5fb7aaa160fd01c2649b10d21c827
WWDCAppKit: afb67188d6b66f3012ea9242a61b5f7536319f2d
WWDCPlayer: 2be95ab30d464ce72d9f3137e23c2b658e2cee36

COCOAPODS: 0.39.0
1 change: 0 additions & 1 deletion Realm.framework/Headers

This file was deleted.

1 change: 0 additions & 1 deletion Realm.framework/Modules

This file was deleted.

1 change: 0 additions & 1 deletion Realm.framework/PrivateHeaders

This file was deleted.

1 change: 0 additions & 1 deletion Realm.framework/Realm

This file was deleted.

1 change: 0 additions & 1 deletion Realm.framework/Resources

This file was deleted.

Loading

0 comments on commit dcfe741

Please sign in to comment.