Git Product home page Git Product logo

native-watchos-example's Introduction

Integrating CocoaPods into native watchOS targets

Xcode 7 added watchOS 2 as a new development platform. There is a beta version of CocoaPods, 0.38.0 beta 1, which supports it already.

  • Install the beta version:
$ gem install cocoapods --pre
  • You have to manually specify :watchos as a platform in your Podfile right now, for example:
use_frameworks!

target 'watchOSsample WatchKit App' do

	platform :watchos, '2.0'
	pod 'Alamofire', :git => '[email protected]:neonichu/Alamofire.git', :branch => 'watchos'
end
  • Note that existing Pods will generally not declare support for the :watchos platform. See the watchos branch of Alamofire used above how to add it to your .podspec.

native-watchos-example's People

Contributors

neonichu avatar

Stargazers

Juan Alvarez avatar  avatar James Zhao avatar Josep Gonzalez avatar Matthew Korporaal avatar Keita Ito avatar David C avatar xrksudy avatar  avatar Trujun Zhang avatar Xin Han avatar Simon avatar Christian Sampaio avatar Ben Yellin avatar Lucien Doellinger avatar Junior B. avatar Nikolai Vazquez avatar  avatar Bob Edmonston avatar Claus Höfele avatar  avatar Daisuke Masuhara avatar Ethan Fan avatar Chenguang Shen avatar Alsey Coleman Miller avatar Dariusz Rybicki avatar Pin Shih Wang avatar Hiroki Nagasawa avatar horimislime avatar Yusuke Kita avatar Jasdev Singh avatar  avatar

Watchers

James Cloos avatar xrksudy avatar  avatar  avatar  avatar

native-watchos-example's Issues

Missing Alamofire watchos branch

README mentions:

See the watchos branch of Alamofire used above how to add it to your .podspec.

But there seems to be no watchos branch on neonichu/Alamofire

fatal: Remote branch watchos not found in upstream origin

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.