Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SnapKit

We are on a mission to Continue to provide the best, fastest and most elegant way to create Auto Layout constraints.
Collective - Host: opensource - https://opencollective.com/snapkit - Code: https://github.com/SnapKit/SnapKit

Merge pull request #175 from gitpark/patch-1

Create Package.swift

github.com/SnapKit/SnapKit - 75e5393594513443f9eb1dfdb3dc4fb8fefaad98 authored almost 9 years ago
Merge pull request #181 from realestate-com-au/develop

Changed code-signing to iOS-distribution for Release target

github.com/SnapKit/SnapKit - 105dc829dffa20aa7e26d41c0bcab32f80287dba authored almost 9 years ago
Fix handling of UIEdgeInsets for width and height

github.com/SnapKit/SnapKit - 483d525c72e5cef032fb9348d7f6157dcb71a2aa authored about 9 years ago
Changed code-signing to iOS-distribution for Release target

github.com/SnapKit/SnapKit - 4446f7d1dc20c7c4a331a1124be28c95fba757dd authored about 9 years ago
Added tvOS target

added tvOS test target

github.com/SnapKit/SnapKit - cd35eedc26d984a4c5c1b4add774d0ac0a0ce999 authored about 9 years ago
Create Package.swift

github.com/SnapKit/SnapKit - 33475b400a34d9193045fec390ee654cfb957157 authored about 9 years ago
Prepare for release

github.com/SnapKit/SnapKit - 2a0fa9e0476776585af7647ef427812c4f4e7bae authored about 9 years ago
Updated podspec

github.com/SnapKit/SnapKit - 8ff45b5e329015450d8fbba5f933db50d2eee059 authored about 9 years ago
Merge remote-tracking branch 'origin/develop'

github.com/SnapKit/SnapKit - 2ef7cc600c30fa477a5616a071368af91bcd656d authored about 9 years ago
Release 0.16.0

github.com/SnapKit/SnapKit - b17e78c202b686c5aad6063267542c6d8b2cc0e1 authored about 9 years ago
Merge branch 'release/0.16.0'

github.com/SnapKit/SnapKit - 9ec6015efe923b464fcdf69d78d730e1f0792312 authored about 9 years ago
Merge pull request #163 from aleffert/aleffert/locations

Add source location information to each constraint

github.com/SnapKit/SnapKit - fdcc71508570bb72d9c87cdcc9063e571140f858 authored about 9 years ago
Merge pull request #162 from AlessandroTolomio/patch-2

Update for tvOS

github.com/SnapKit/SnapKit - e5820a958244b802298b72f1f742af8161fee6f4 authored about 9 years ago
Expose location as part of LayoutConstraint for public access

github.com/SnapKit/SnapKit - 7ae143c3acd1e533e997f581ac4c45042b21844e authored over 9 years ago
Factor redundant constraint relation code into RelationTarget protocol

Instead of having a copy of each method for each type, factor the
constraint target logic to use...

github.com/SnapKit/SnapKit - cd49354220dcf1231ac0f38ac74d096ed66cb6ee authored over 9 years ago
Switch makerFile/line to use SourceLocation for consistency

Allows removing redundant default location

github.com/SnapKit/SnapKit - 0fe4ad005b7973e1f38cd27b66c43f4b15265866 authored over 9 years ago
Instrument each constraint with a source location.

github.com/SnapKit/SnapKit - bbe5b2e49d3ca3524088d51ec435f4e3cf90beca authored over 9 years ago
Convert protocol hierarchy to class hierarchy

This has no value unto itself, but is necessary for adding default
arguments to the ConstraintDe...

github.com/SnapKit/SnapKit - 104ce8895c69f88f1de9e0f968cee204ef063acf authored over 9 years ago
Update for tvOS

github.com/SnapKit/SnapKit - e31529a3c91ee76190958c59bef4676324d9e1f0 authored over 9 years ago
Introduce FloatConvertible to reduce relation boilerplate

github.com/SnapKit/SnapKit - a5be9d646b8c9ccc575b8779b50760d4e8107420 authored over 9 years ago
Merge pull request #157 from brightify/develop

Add call to activateConstraints on iOS8+ and fix build issues for OS X.

github.com/SnapKit/SnapKit - 62e76458ef670f6109651c6863f9efa8d550114b authored over 9 years ago
Add compiler condition to remove warnings when not using legacy deployment.

github.com/SnapKit/SnapKit - e84f9bc1c32402a5a5fc8fb993a6bdc0a6751951 authored over 9 years ago
Add call to activateConstraints on iOS8+ and fix build issues for OS X.

github.com/SnapKit/SnapKit - 2afe4d47ec42d8c33376ed7e2fec301f9d67b562 authored over 9 years ago
Merge branch 'develop' of github.com:SnapKit/SnapKit into develop

github.com/SnapKit/SnapKit - ee34ec542f3e0e770b1ee022a23d90dc575a8d14 authored over 9 years ago
Added contributing document

github.com/SnapKit/SnapKit - fa8d06355ade4636f8d0ff4ea0500ec1ae5614fb authored over 9 years ago
Added contributing document

github.com/SnapKit/SnapKit - 10e9c37f3828a4660b140792f8f535dd07046bf7 authored over 9 years ago
Merge pull request #153 from brittonmobile/develop

Added tvOS checks so the iOS paths are used rather than OS X

github.com/SnapKit/SnapKit - 004d73ad7aa5dba25d22352ed5e7353b53f2f8ef authored over 9 years ago
Added tvOS checks so the iOS paths are used rather than OS X

github.com/SnapKit/SnapKit - 7fc0537c138558ebcd698a922f537131ca7ad5ad authored over 9 years ago
Merge pull request #151 from aleffert/aleffert/layout-anchors

Add support for the iOS 9 Layout Anchor API.

github.com/SnapKit/SnapKit - 99d503af977e1528173a82436d0d99761962fbdc authored over 9 years ago
Add support for the iOS 9 Layout Anchor API.

github.com/SnapKit/SnapKit - 16090bde5d599952cfa540919937669421ebd202 authored over 9 years ago
Updated changelog

github.com/SnapKit/SnapKit - 4a26b422a21be8a2654b265f762cdb7cd9b9bee4 authored over 9 years ago
Prepare for release

github.com/SnapKit/SnapKit - 9c635577dcc5d64f05b66a2be51d988b92d0f800 authored over 9 years ago
Updated readme

github.com/SnapKit/SnapKit - 7c53cfe7362045023c4c80bed4d7595b9e0e6c25 authored over 9 years ago
Add note about legacy platforms to readme

github.com/SnapKit/SnapKit - ef3e52ef4e642ccf5e0948bed7d9c5f423bf022a authored over 9 years ago
Added Readme about Legacy Platforms

github.com/SnapKit/SnapKit - 854f07350e42cd724a8590dd2929588d41d3ddc8 authored over 9 years ago
Fixed iOS 9 layout guides, and better support for legacy platforms

github.com/SnapKit/SnapKit - ba264803177df69e558fc5bd540d3cd651efcd35 authored over 9 years ago
Merge branch 'develop' of github.com:SnapKit/SnapKit into develop

# Conflicts:
# Source/ConstraintAttributes.swift

github.com/SnapKit/SnapKit - de954c0c1200b69c890bb7b64baa5aca3beb55d8 authored over 9 years ago
Enforce availablility for iOS 8.0+ Attributes

github.com/SnapKit/SnapKit - 210bab97c74a9fc6cd638ef1e5bf352ace6c1d72 authored over 9 years ago
Merge pull request #143 from devxoul/availability

Add availability check for iOS 8 and OS X 10.10 APIs.

github.com/SnapKit/SnapKit - 552b1520f33ef636036911ca1ad6badb5c9c807d authored over 9 years ago
Add availability check for iOS 8 and OS X 10.10 methods.

- `NSLayoutConstraint.activateConstraints(_:)`
- `NSLayoutConstraint.deactivateConstraints(_:)`

github.com/SnapKit/SnapKit - ba03f22eb819c29c8d246800f7b74c24ac1eb695 authored over 9 years ago
Add availability check for iOS 8 attributes.

github.com/SnapKit/SnapKit - 8e6219ef86c9467af71db691116cd819ca45ec07 authored over 9 years ago
Update Travis.ci

github.com/SnapKit/SnapKit - 1754ffd536bc0d0e943412cce05b313b04f7d1ad authored over 9 years ago
For now require 10.10

github.com/SnapKit/SnapKit - e75b5e82aeed82de9785367e0db11f3de6f9d265 authored over 9 years ago
Prepare Release

github.com/SnapKit/SnapKit - f83fbecb80165af1495e7860ec70885a7a3a9c04 authored over 9 years ago
Merge branch 'swift-2.0' of github.com:SnapKit/SnapKit into swift-2.0

# Conflicts:
# Source/Constraint.swift
# Source/ConstraintMaker.swift

github.com/SnapKit/SnapKit - 4f19419528baa3dfaca20e26fea2be410ddc79e2 authored over 9 years ago
Merged in 0.13.0 changes

github.com/SnapKit/SnapKit - 446e5c5758697f510c2d6424acefefab7ab0f3dc authored over 9 years ago
Change += and -= to use inPlace ops and += should be union

github.com/SnapKit/SnapKit - 88021b8280a31b90e7c47b25e45e32825b0d6cbe authored over 9 years ago
Fixes for Swift 2.0 b2

github.com/SnapKit/SnapKit - c6b3ecaad8078c9271972671c3bd75dbe2db8301 authored over 9 years ago
Updated for Swift 2.0

github.com/SnapKit/SnapKit - c1de30ac5c007ce5435cd93e9b86d5a39bb435ef authored over 9 years ago
Handle new NSLayoutAttribute FirstBaseline that is introduced in OS X 10.11 for CGPoint or EdgeInsets

github.com/SnapKit/SnapKit - 5afd216e216c7b855b829ec6837119d6184d9d73 authored over 9 years ago
Build develop branch on travis too!

github.com/SnapKit/SnapKit - 581d30e812f2f7466ac9c6016d657425b8de9ffd authored over 9 years ago
Updated change log a bit more

github.com/SnapKit/SnapKit - 1d86e43dbf57cd8cc3b61c0360502337bd4e84dd authored over 9 years ago
Updated podspec

github.com/SnapKit/SnapKit - 3900eb5a7de6bbd85b4c1a8107113f3cfc450353 authored over 9 years ago
Updated changelog

github.com/SnapKit/SnapKit - cd7d183639668def48f58addf3ce45ebb7e34efd authored over 9 years ago
`insets` is now `inset` and accepts EdgeInsets as well single values

github.com/SnapKit/SnapKit - 37b18d44de0bc8a9207c1eb0b9987d3bf4932fce authored over 9 years ago
Improve debugging and allow width/height constraints to be installed on from view

github.com/SnapKit/SnapKit - 9ef9ae6f9f320f391fe43f6002a2bc13ae2bf4a2 authored over 9 years ago
Merge pull request #122 from alexanderjarvis/master

Fix crash

github.com/SnapKit/SnapKit - 3d9a449e37e6ce7962467a0c5def8443a6f7f475 authored over 9 years ago
Merge pull request #118 from bendjones/swift-2.0

Fixes for Swift 2.0 b2

github.com/SnapKit/SnapKit - e9c9f6fe8e0954a50dd62a61a449b66ef84ae205 authored over 9 years ago
Change += and -= to use inPlace ops and += should be union

github.com/SnapKit/SnapKit - ef024cf351c9b3b467434ae2a86b7d3e3c4bab9d authored over 9 years ago
Handle new NSLayoutAttribute FirstBaseline that is introduced in OS X 10.11 for CGPoint or EdgeInsets

github.com/SnapKit/SnapKit - c2eae8e90ae50c6ebb353699bc73cb979c78c9e0 authored over 9 years ago
Fixes for Swift 2.0 b2

github.com/SnapKit/SnapKit - ee3e1283fd58c945de677737c7b9df1e8d464a50 authored over 9 years ago
Updated for Swift 2.0

github.com/SnapKit/SnapKit - dce953eba6462f0598dae52b351615f4948f25a2 authored over 9 years ago
Update ViewController+SnapKit.swift

Removed unecessary typealias

github.com/SnapKit/SnapKit - 6f0584f8557b227b3adfdb0c9d0ac52e4e564f71 authored over 9 years ago
Merge pull request #104 from SnapKit/master

Merge master into Develop

github.com/SnapKit/SnapKit - f8ccdf8f1142e0ec081ae0d1adae6a3fd684cd60 authored over 9 years ago
Releasing 0.12.0

github.com/SnapKit/SnapKit - 6f334c28af148dde4a226563ce919fb0ced6802b authored over 9 years ago
Added support for view controller layout guides

github.com/SnapKit/SnapKit - 6252444966517bd22c9bb673c8a41d8d1c7306ea authored over 9 years ago
Remove unecessary API prefixes

github.com/SnapKit/SnapKit - 62b058de00b199d813a25b232c0f8231f1114df8 authored over 9 years ago
Merge pull request #97 from crazytonyli/ci

travis CI: use Xcode 6.3.1

github.com/SnapKit/SnapKit - f0fab3824f643cb508306af8866242788ef3a81c authored over 9 years ago
Update README.md

github.com/SnapKit/SnapKit - 70567a3040d4d6636215c18d851642901791fc0c authored over 9 years ago
Update README.md

github.com/SnapKit/SnapKit - 9fe90ad1cbca736b0b5759841a8e35bfbcedbe9c authored over 9 years ago
travis CI: use Xcode 6.3.1

github.com/SnapKit/SnapKit - 40c1cadb5a78c9d3ff3ebc5e5b6b47f03bd9a42e authored over 9 years ago
Merge pull request #88 from jurvis/master

switched deployment target to iOS 8.0 for target and tests

github.com/SnapKit/SnapKit - 7d650ab529c6f2ba296c507772ea442bbe721046 authored over 9 years ago
switched deployment target to iOS 8.0 for target and tests

github.com/SnapKit/SnapKit - 9c321612c07e66e0c805b34e9f57fc59af77b083 authored over 9 years ago
Update README.md

github.com/SnapKit/SnapKit - a8c4d71688dd44d438fc54f64ecb66c5dff3fcc9 authored over 9 years ago
Update README.md

github.com/SnapKit/SnapKit - ced59896ce1c6991e68f4133c2e84c4cb7dd7336 authored over 9 years ago
Merge branch 'master' of github.com:SnapKit/SnapKit

github.com/SnapKit/SnapKit - 24099d5ae97566e4686ee31658f50e7c0e98cfea authored over 9 years ago
Updated podspec & changelog

github.com/SnapKit/SnapKit - e3c764863b4fd51f83b4fe5de8e1648f951b056d authored over 9 years ago
Merge branch 'develop' of github.com:SnapKit/SnapKit into develop

github.com/SnapKit/SnapKit - c99f28fde762e89552ef6573905ca747aab7338b authored over 9 years ago
Removed 'final' declaration in attempt to fix odd crashes

github.com/SnapKit/SnapKit - 57baa96dc749058af5c097d9447ff0df7801f055 authored over 9 years ago
Merge pull request #80 from SnapKit/develop

Merge develop

github.com/SnapKit/SnapKit - d44a9bebd2a4cc324fb100d5f9b089ee82b98521 authored almost 10 years ago
Update README.md

github.com/SnapKit/SnapKit - 8c9fdd4d3a668e8b61e63b31f3a48cc32e1f0472 authored almost 10 years ago
Loosen API a bit to better allow chaining order

github.com/SnapKit/SnapKit - e2112b3ab8aee6971888b09a5a05540930982083 authored almost 10 years ago
Ensure ConcreteConstraint cannot be subclassed

github.com/SnapKit/SnapKit - 931eb01de96d1748b0b1a61fd6c0c9a02b06e788 authored almost 10 years ago
Use an abstract superclass for Constraint rather than protocol

github.com/SnapKit/SnapKit - 5d5bc09b2547666b4ce023a119f1569e4463974f authored almost 10 years ago
Fix OS X complaining about edge insets

github.com/SnapKit/SnapKit - 16f6fa789ade3b4b5dd2952b1a52780596871ce7 authored almost 10 years ago
Fix OS X compiles

github.com/SnapKit/SnapKit - d9424975d459f42a394e2200ff74f91f2edad5a6 authored almost 10 years ago
Snap is now SnapKit

github.com/SnapKit/SnapKit - 51662d58bbc42b051549b2f5c3f3f3f2436ba936 authored almost 10 years ago
Update fatal errors

github.com/SnapKit/SnapKit - 529e7588aa836547b61cf87bcbfb948a25ce78f7 authored almost 10 years ago
Updated Changelog

github.com/SnapKit/SnapKit - 3e57a36e77ce36db98a136b09738451c6af10d72 authored almost 10 years ago
Refactor Constraint -> ConcreteConstraint & Add Updaters!

github.com/SnapKit/SnapKit - 2b00e7b50ccd272884a51e6b0b97ca3b378266f7 authored almost 10 years ago
Updated gitignore

github.com/SnapKit/SnapKit - 73e038f3ab447ef3d59cce48d91262f0ae91d2bd authored almost 10 years ago
Updated Readme

github.com/SnapKit/SnapKit - 243588241ca1f04942b95ca9ba7952cb474e4a03 authored almost 10 years ago
Updated readme

github.com/SnapKit/SnapKit - 4c9de82dc0490874dfa0712a531f9b9167be2abb authored almost 10 years ago
Added Assets

github.com/SnapKit/SnapKit - abf55da38b643c380eff2d609b4b453887dda19d authored almost 10 years ago
Refactoring & Documentation

github.com/SnapKit/SnapKit - c9b89ad974fbcc6e8aa8f5d85b9c34909a50490a authored almost 10 years ago
Revert insets to inset

github.com/SnapKit/SnapKit - 7cb3a61c1404910cf93023abc66702d50e5a00fc authored almost 10 years ago
Updated changelog

github.com/SnapKit/SnapKit - f997f2e5c784dbec845dd7a1baf1947e37314af6 authored almost 10 years ago