add CollectionKit 2.4.0; update KeychainAccess to 3.2.0
This commit is contained in:
parent
edf58c83d5
commit
de18ef54be
3
Cartfile
3
Cartfile
|
|
@ -10,7 +10,7 @@
|
|||
# github "WenchaoD/FSPagerView" "0.8.2"
|
||||
# github "hackiftekhar/IQKeyboardManager" "v6.2.0"
|
||||
# github "weslindsay/ImagePicker" "upgrade-to-swift-4.2"
|
||||
# github "kishikawakatsumi/KeychainAccess" "v3.1.2"
|
||||
# github "kishikawakatsumi/KeychainAccess" "v3.2.0"
|
||||
# github "onevcat/Kingfisher" "5.3.0"
|
||||
|
||||
# github "TouchInstinct/LeadKit" "0.9.13" # --platform iOS
|
||||
|
|
@ -41,3 +41,4 @@
|
|||
# github "maxsokolov/TableKit" "2.6.0"
|
||||
# github "TouchInstinct/TableKit"
|
||||
# github "pronebird/UIScrollView-InfiniteScroll" "1.1.0"
|
||||
# github "SoySauceLab/CollectionKit" "2.4.0"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"2.4.0": "https://github.com/TouchInstinct/CarthageBinaries/raw/master/CollectionKit/2.4.0/CollectionKit.framework.zip"
|
||||
}
|
||||
Binary file not shown.
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"3.1.2": "https://github.com/petropavel13/CarthageBinaries/raw/master/KeychainAccess/3.1.2/KeychainAccess.framework.zip"
|
||||
"3.1.2": "https://github.com/TouchInstinct/CarthageBinaries/raw/master/KeychainAccess/3.1.2/KeychainAccess.framework.zip",
|
||||
"3.2.0": "https://github.com/TouchInstinct/CarthageBinaries/raw/master/KeychainAccess/3.2.0/KeychainAccess.framework.zip"
|
||||
}
|
||||
Loading…
Reference in New Issue