wvteijlingen / Spine

A Swift library for working with JSON:API APIs. It supports mapping to custom model classes, fetching, advanced querying, linking and persisting.
MIT License
264 stars 109 forks source link

Cannot download swift-3.0 branch #107

Closed waritsan closed 7 years ago

waritsan commented 7 years ago

Hi, I get an error while downloading branch 'swift-3.0' in Cocoapod. Is there something wrong with Spine.podspec? Could you please help me out?

My pod file: pod 'Spine', :git => 'https://github.com/wvteijlingen/Spine.git', :branch => 'swift-3.0'

Error:

Pre-downloading: `Spine` from `https://github.com/wvteijlingen/Spine.git`, branch `swift-3.0`
[!] Unable to find a specification for 'Spine'.

[!] Unable to load a podspec from `Spine.podspec`, skipping:

Pod::DSLError
waritsan commented 7 years ago

In Spine.podspec there's a dangling single quote in front of 5.0 which causes the error.

s.dependency 'BrightFutures', '~> **'**5.0'