Code Monkey home page Code Monkey logo

Comments (5)

DJBen avatar DJBen commented on September 25, 2024

Checkout the 0.2.1 version (if it has not been pushed to specs git yet, you can do

pod 'AsyncPhotoBrowser', :git => 'https://github.com/DJBen/AsyncPhotoBrowser.git', :tag => '0.2.1'

from asyncphotobrowser.

YKSing avatar YKSing commented on September 25, 2024

Still not available on:

pod 'AsyncPhotoBrowser', :git => 'https://github.com/DJBen/AsyncPhotoBrowser.git', :tag => '0.2.1'

Result:

Updating local specs repositories

CocoaPods 0.39.0.beta.5 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.

Analyzing dependencies
Pre-downloading: `AsyncPhotoBrowser` from `https://github.com/DJBen/AsyncPhotoBrowser.git`, tag `0.2.1`
[!] Unable to satisfy the following requirements:

- `AsyncPhotoBrowser (from `https://github.com/DJBen/AsyncPhotoBrowser.git`, tag `0.2.1`)` required by `Podfile`

from asyncphotobrowser.

YKSing avatar YKSing commented on September 25, 2024

Turns out that it was my podfile settings problem.
I set the platform to "8.0", this repository needs "9.0"

from asyncphotobrowser.

DJBen avatar DJBen commented on September 25, 2024

I should have had this repo backward compatible. However the cocoapods dependencies don't support iOS 8 so it kinda forces me to support only iOS 9 :(

from asyncphotobrowser.

YKSing avatar YKSing commented on September 25, 2024

I just do some little hack on the Podfile, and it seems work great on iOS 8.0 with your DEMO
For your reference:

platform :ios, '9.0'
use_frameworks!

post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            config.build_settings["IPHONEOS_DEPLOYMENT_TARGET"] = "8.0"
        end
    end
end

target :AsyncPhotoBrowserDemo do
    pod 'AsyncPhotoBrowser', :git => 'https://github.com/DJBen/AsyncPhotoBrowser.git', :tag => '0.2.1'
end

pod 'FastImageCache', '~> 1.3'
pod 'Alamofire'
pod 'Cartography', '~> 0.6'

But just for sure, below "pod install" also works

platform :ios, '8.0'
use_frameworks!

pod 'FastImageCache', '~> 1.3'
pod 'Alamofire'
pod 'Cartography'

from asyncphotobrowser.

Related Issues (4)

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.