Skip to content

Commit

Permalink
Merge pull request #23 from contentful/pod-setup
Browse files Browse the repository at this point in the history
Don't use private cocoapods repo
  • Loading branch information
loudmouth authored Jan 8, 2017
2 parents d27ab69 + 11bb075 commit 07f0598
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "neonichu/Clock" == 0.0.1
github "anviking/Decodable" ~> 0.4.2
github "jensravens/Interstellar" ~> 1.4.0
github "anviking/Decodable" ~> 0.5
github "loudmouth/Interstellar-Contentful" ~> 2.1.0

2 changes: 2 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github "anviking/Decodable" "v0.5.1"
github "loudmouth/Interstellar-Contentful" "2.1.0"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ifeq ($(strip $(SIM_ID)),)
$(error Could not find $(SIM_NAME) simulator)
endif

.PHONY: open test setup lint coverage
.PHONY: open test setup lint coverage carthage

open:
open Contentful.xcworkspace
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ CHECKOUT OPTIONS:
:commit: 378cfc939bfa355aeb1b361ee39c7935f6de1eb2
:git: https://github.com/loudmouth/CatchingFire.git
CryptoSwift:
:commit: 963e6c93707d57071ed3c53825b7729c02b3fd12
:commit: bf3a902e09f759ec48b90c29b6b4d58d06686f74
:git: https://github.com/krzyzanowskim/CryptoSwift.git

SPEC CHECKSUMS:
CatchingFire: 935ecc35fc5864f12ef1c033a97e9a9affbf6056
CryptoSwift: 8f7b936cfd910257631f30d26e7188fa64e91e97
Decodable: 7c90acc68d357b71d0d6efc120faf9c53c644b7e
Interstellar-Contentful: 46b0d12cdd2f42f1804c21097fcaa4af8fe25788
Interstellar-Contentful: f0377c4f91f7de3ac8b2a4a46ea13bd4ebde7e91
Nimble: 415e3aa3267e7bc2c96b05fa814ddea7bb686a29
Quick: 8024e4a47e6cc03a9d5245ef0948264fc6d27cff

PODFILE CHECKSUM: a05fcd46b07de341046518fe6322fccde7e7e14e
PODFILE CHECKSUM: 4006f33c33b757bc1cfbe9a7cb0380baed035c79

COCOAPODS: 1.1.1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# contentful.swift

[![Version](https://img.shields.io/cocoapods/v/Contentful.svg?style=flat)](http://cocoadocs.org/docsets/Contentful)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Platform](https://img.shields.io/cocoapods/p/Contentful.svg?style=flat)](http://cocoadocs.org/docsets/Contentful)
[![License](https://img.shields.io/cocoapods/l/Contentful.svg?style=flat)](http://cocoadocs.org/docsets/Contentful)
[![Build Status](https://img.shields.io/travis/contentful/contentful.swift/master.svg?style=flat)](https://travis-ci.org/contentful/contentful.swift)
Expand Down

0 comments on commit 07f0598

Please sign in to comment.