Go to file
Ivan Babkin 781b05052d
Merge pull request #56 from TouchInstinct/update/leadkit
Update LeadKit 0.9.26
2019-08-30 14:41:33 +03:00
Alamofire Binary updated 2019-04-18 14:32:31 +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 BonMot updated 2019-04-18 19:33:28 +03:00
Cache Cache updated 2019-04-18 19:34:22 +03:00
Charts Charts was updated 2019-04-18 19:37:50 +03:00
CollectionKit rebuild CollectionKit 2.4.0 with Swift 5.0.1 2019-04-18 19:37:10 +03:00
CryptoSwift CryptoSwift was updated 2019-04-18 19:38:04 +03:00
DeviceKit DeviceKit was updated 2019-04-18 19:38:13 +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 KeychainAccess updated 2019-04-18 19:57:53 +03:00
Kingfisher Merge pull request #38 from TouchInstinct/swift_5.0.1_rebuild 2019-04-18 23:15:31 +03:00
LeadKit Update LeadKit 0.9.26 2019-08-30 14:39:54 +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 PinLayout was updated 2019-04-18 20:17:16 +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 rebuild RxAlamofire 4.3.0 with Swift 5.0.1 2019-04-18 20:53:28 +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.0.1 2019-04-18 20:04:22 +03:00
RxKeyboard rebuild RxKeyboard 0.9.2 with Swift 5.0.1 2019-04-18 20:55:10 +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.0.1 2019-04-18 20:49:54 +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.4.2 with Swift 5.0.1 2019-04-18 23:04:19 +03:00
SideMenu rebuild SideMenu 5.0.3 with Swift 5.0.1 2019-04-18 20:06:55 +03:00
SnapKit rebuild SnapKit 4.2.0 with Swift 5.0.1 2019-04-18 20:07:41 +03:00
StatefulViewController rebuild StatefulViewController 3.0.1 with Swift 5.0.1 2019-04-18 20:08:25 +03:00
SwiftDate SwiftDate updated 2019-05-27 14:13:52 +03:00
SwiftValidator rebuild SwiftValidator 5.0.0 with Swift 5.0.1 2019-04-18 20:42:39 +03:00
SwipeCellKit rebuild SwipeCellKit 2.5.4 with Swift 5.0.1 2019-04-18 20:42:58 +03:00
TableKit rebuild TableKit 2.6.0 with Swift 5.0.1 2019-04-18 20:46:49 +03:00
UIScrollView_InfiniteScroll rebuild UIScrollView_InfiniteScroll 1.1.0 with Swift 5.0.1 2019-04-18 23:31:33 +03:00
.gitignore add gitignore 2019-01-25 16:58:26 +03:00
Cartfile Add LeadKit 0.9.26 2019-08-30 13:05:21 +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!