Go to file
Maxim Sorokin d96e902b87 rebuild RxSwift 4.5.0 with swift 5.1 2019-09-03 00:21:17 +03:00
Alamofire check path for Alamofire, need removed 2019-09-02 18:37:00 +03:00
Atributika Atributika recompiled 2019-04-18 14:49:54 +03:00
BEMCheckBox BLibrary updated 2019-04-18 14:56:54 +03:00
BonMot rebuild BonMot 5.3 with Swift 5.1 2019-08-30 15:10:49 +03:00
Cache Cache updated 2019-04-18 19:34:22 +03:00
Charts rebuild Charts 3.2.1 with Swift 5.1 2019-08-30 15:11:18 +03:00
CollectionKit rebuild CollectionKit 2.4.0 with Swift 5.0.1 2019-04-18 19:37:10 +03:00
CryptoSwift rebuild CryptoSwift 0.14.0 with Swift 5.1 2019-08-30 15:12:05 +03:00
DeviceKit rebuild DeviceKit 1.11.0 with Swift 5.1 2019-08-30 15:19:42 +03:00
DynamicBlurView Add some frameworks 2019-02-11 15:02:02 +03:00
FSPagerView FSPagerView updated 2019-04-18 19:57:17 +03:00
IQKeyboardManager IQKeyboardManager updated 2019-04-18 19:57:31 +03:00
ImagePicker Kingfisher updated 2019-04-18 19:58:15 +03:00
KeychainAccess rebuild KeychainAccess 3.2.0 with swift 5.1 2019-09-02 16:20:30 +03:00
Kingfisher Merge pull request #38 from TouchInstinct/swift_5.0.1_rebuild 2019-04-18 23:15:31 +03:00
LeadKit Add LeadKit 0.9.26 2019-08-30 13:05:21 +03:00
LeadKitAdditions Add LeadKitAdditions 0.3.13 2019-05-22 20:06:09 +03:00
Material Material was updated 2019-04-18 20:16:35 +03:00
MobileMessaging MobileMessaging was updated 2019-04-18 20:16:48 +03:00
Motion Motion was updated 2019-04-18 20:16:56 +03:00
PhoneNumberKit PhoneNumberKit was updated 2019-04-18 20:17:07 +03:00
PinLayout rebuild PinLayout 1.8.6 with swift 5.1 2019-08-30 13:49:13 +03:00
PopupDialog PopUpDialog was updated 2019-04-18 20:17:26 +03:00
Pulley rebuild Pulley 2.10006.2 with Swift 2019-04-18 23:30:53 +03:00
Reachability rebuild Reachability 4.3.0 with Swift 5.0.1 2019-04-18 19:38:28 +03:00
RxAlamofire change brach, need remove after 2019-09-02 18:54:59 +03:00
RxCoreLocation rebuild RxCoreLocation 1.3.1 with Swift 5.0.1 2019-04-18 20:48:57 +03:00
RxGesture rebuild RxGesture 2.1.0 with swift 5.1 2019-09-02 16:08:35 +03:00
RxKeyboard rebuild RxKeyboard 0.9.2 with Swift 5.1 2019-08-30 16:19:52 +03:00
RxKingfisher rebuild RxKingfisher 0.3.1 with Swift 5.0.1 2019-04-18 20:05:22 +03:00
RxOptional rebuild RxOptional 3.6.2 with swift 5.1 2019-09-02 16:09:16 +03:00
RxReachability rebuild RxReachability 0.1.8 with Swift 5.0.1 2019-04-18 19:39:39 +03:00
RxSwift rebuild RxSwift 4.5.0 with swift 5.1 2019-09-03 00:21:17 +03:00
SideMenu rebuild SideMenu 5.0.3 with Swift 5.0.1 2019-04-18 20:06:55 +03:00
SnapKit change brach, need remove after 2019-09-02 18:54:59 +03:00
StatefulViewController rebuild StatefulViewController with Swift 5.1 2019-08-30 15:13:00 +03:00
SwiftDate change brach, need remove after 2019-09-02 18:54:59 +03:00
SwiftValidator rebuild SwiftValidator 5.0.0 with Swift 5.1 2019-08-30 15:13:23 +03:00
SwipeCellKit rebuild SwipeCellKit 2.5.4 with Swift 5.0.1 2019-04-18 20:42:58 +03:00
TableKit change brach, need remove after 2019-09-02 18:54:59 +03:00
UIScrollView_InfiniteScroll change brach, need remove after 2019-09-02 18:54:59 +03:00
.gitignore add gitignore 2019-01-25 16:58:26 +03:00
Cartfile rebuild RxSwift 4.5.0 with swift 5.1 2019-09-02 16:15:56 +03:00
Cartfile.resolved Atributika fixed 2019-04-02 13:40:22 +03:00
README.md Update README.md 2019-04-11 19:20:49 +03:00

README.md

CarthageBinaries

This repository contains carthage binary project specifications and compiled binary frameworks.

Repository structure

Repository has the following structure:

.
├── Alamofire
│   ├── 4.8.1
│   │   └── Alamofire.framework.zip
│   └── Alamofire.json
├── Kingfisher
│   ├── 4.10.1
│   │   └── Kingfisher.framework.zip
│   ├── 5.3.0
│   │   └── Kingfisher.framework.zip
│   └── Kingfisher.json
└── LeadKit
    ├── 0.9.12
    │   └── LeadKit.framework.zip
    ├── 0.9.13
    │   └── LeadKit.framework.zip
    ├── 0.9.14
    │   └── LeadKit.framework.zip
    └── LeadKit.json

Where contents of json files looks like this:

{
    "0.9.12": "https://github.com/TouchInstinct/CarthageBinaries/raw/master/LeadKit/0.9.12/LeadKit.framework.zip",
    "0.9.13": "https://github.com/TouchInstinct/CarthageBinaries/raw/master/LeadKit/0.9.13/LeadKit.framework.zip",
    "0.9.14": "https://github.com/TouchInstinct/CarthageBinaries/raw/master/LeadKit/0.9.14/LeadKit.framework.zip"
}

Adding new binaries

  • Add framework to Cartfile
  • Run carthage update (add --platform iOS only if build failed for non-iOS platforms)
  • Create folder for new version: mkdir -p FrameworkName/X where X - framework version (0.9.14 for example)
  • Run carthage archive FrameworkName --output FrameworkName/X
  • Create FrameworkName.json if there is not yet
  • Create new branch, push your changes and create pull request
  • You're done!