Skip to content

Commit

Permalink
Swift 2.3 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
r-a-o committed Feb 1, 2017
1 parent cb39f23 commit 456fe74
Show file tree
Hide file tree
Showing 78 changed files with 3,480 additions and 7,258 deletions.
1,888 changes: 608 additions & 1,280 deletions Example/PineKit.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

12 changes: 1 addition & 11 deletions Example/PineKit/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,18 @@
//

import UIKit
import Cartography
import PineKit
import SwiftyJSON
//import BSImagePicker
import Photos

class ViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
setup()

}

override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}

func setup(){
// let select = PineSelectGroup(items: <#T##[AnyObject]#>)
}

}

10 changes: 5 additions & 5 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

target 'PineKit_Example', :exclusive => true do
target 'PineKit_Example' do
pod 'PineKit', :path => '../'
end

target 'PineKit_Tests', :exclusive => true do
target 'PineKit_Tests' do
pod 'PineKit', :path => '../'
end

pod 'SnapKit', '~> 0.15.0'
pod 'SnapKit', '~> 0.22.0'
pod 'DLRadioButton', '~> 1.4'
pod 'SwiftyJSON', '~> 2.3.1'
pod 'Alamofire', '~> 3.3'
pod 'SwiftyJSON', '~> 2.3.3'
pod 'Alamofire', '~> 3.3'
27 changes: 16 additions & 11 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
PODS:
- Alamofire (3.5.0)
- Alamofire (3.5.1)
- DLRadioButton (1.4.9)
- PineKit (0.1.0)
- SnapKit (0.15.0)
- SwiftyJSON (2.3.2)
- PineKit (2.3.0):
- Alamofire
- SnapKit
- SwiftyJSON
- SnapKit (0.22.0)
- SwiftyJSON (2.3.3)

DEPENDENCIES:
- Alamofire (~> 3.3)
- DLRadioButton (~> 1.4)
- PineKit (from `../`)
- SnapKit (~> 0.15.0)
- SwiftyJSON (~> 2.3.1)
- SnapKit (~> 0.22.0)
- SwiftyJSON (~> 2.3.3)

EXTERNAL SOURCES:
PineKit:
:path: "../"

SPEC CHECKSUMS:
Alamofire: b70a7352335f8ea5babd0a923eb7e8eacc67b877
Alamofire: 0dfba1184a543e2aa160f4e39cac4e8aba48d223
DLRadioButton: 7bb8a6e3768b572469ace553391ab4d2af6f9c19
PineKit: d3e5b5841b93329b4faa66abb425c3ca2ab014fd
SnapKit: 4962eed2ee18e48cbd2b2292fffc57efe7235f87
SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a
PineKit: ee63fe18495bc2a515567bd7107c0682a2259891
SnapKit: 0dd2fd157330f1ea11fd84da13e6be8a7a22bae0
SwiftyJSON: 0fd0a115a3c0c09b277d2ab801df154902b942c3

COCOAPODS: 0.39.0
PODFILE CHECKSUM: 94ce75b4acc67d3c0726c0fde7254ffa1224dea3

COCOAPODS: 1.2.0
8 changes: 4 additions & 4 deletions Example/Pods/Alamofire/Source/Alamofire.swift

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

2 changes: 1 addition & 1 deletion Example/Pods/Alamofire/Source/Manager.swift

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

1 change: 0 additions & 1 deletion Example/Pods/Headers/Private/DLRadioButton/DLRadioButton.h

This file was deleted.

29 changes: 24 additions & 5 deletions Example/Pods/Local Podspecs/PineKit.podspec.json

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

27 changes: 16 additions & 11 deletions Example/Pods/Manifest.lock

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

Loading

0 comments on commit 456fe74

Please sign in to comment.