Git Product home page Git Product logo

futureproofing's People

Contributors

e-marchand avatar phimage avatar rabzu avatar thomvis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

futureproofing's Issues

NSURLSession example doesn't seem to work

This is using Xcode 7.3.1. I'm totally willing to assume I'm doing something wrong, but taking the code you've got in the Read Me (plus my init)...

let session = NSURLSession(configuration: NetworkServices.sharedInstance.textConfiguration)
let (task, f) = session.dataTaskWithURL(url)
task!.resume()
f.onSuccess { (data, response) in

}.onFailure { error in

}

I get "Expression type NSURLSessionDataTask is ambiguous without more context."

Does this need updating for Swift 2.2? Or Xcode 7.3.1?

Thanks,

-Ken.

Cocoapods can't find the pod 'FutureProofing"

Hi

I installed the BrightFutures pod without any problems.
but the FutureProofing wont install.
Here is my pod file

# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
# Uncomment this line if you're using Swift
platform :ios, "8.0"
use_frameworks!

target 'test do
  pod 'BrightFutures'
  pod 'FutureProofing'
end

target 'testTests' do

end

and the output is

Analyzing dependencies
[!] Unable to find a specification for `FutureProofing`

Package.swift for Swift Package Manager

First of all, thank you for all your awesome work on BrightFutures and FutureProofing!

Would you consider adding a Package.swift file, to allow this library to be used with the new Swift Package Manager?

Cheers.

Screen Shot 2021-07-12 at 5 17 52 PM

CocoaPods push issue with CloudKit subpod

The CloudKit subpod won't compile when pushing to the CocoaPods trunk. It has been commented out for now to be able to make a release at all, but obviously we need a better solution.

0.3.0 release

Hi,

Can you please create a release on github? it seems like cocoapods is not picking up the fact that 0.3.0 already happened;)

Cheers!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.