UberKit
An easy-to-use Objective-C wrapper for the Uber API (no longer supported)
파일 탐색기
- UberActivity.h
- UberActivity.m
- UberPrice.h
- UberPrice.m
- UberProduct.h
- UberProduct.m
- UberProfile.h
- UberProfile.m
- UberPromotion.h
- UberPromotion.m
- UberTime.h
- UberTime.m
- NSData+NXOAuth2.h
- NSData+NXOAuth2.m
- NSString+NXOAuth2.h
- NSString+NXOAuth2.m
- NSURL+NXOAuth2.h
- NSURL+NXOAuth2.m
- NXOAuth2.h
- NXOAuth2AccessToken.h
- NXOAuth2AccessToken.m
- NXOAuth2Account+Private.h
- NXOAuth2Account.h
- NXOAuth2Account.m
- NXOAuth2AccountStore.h
- NXOAuth2AccountStore.m
- NXOAuth2Client.h
- NXOAuth2Client.m
- NXOAuth2ClientDelegate.h
- NXOAuth2Connection.h
- NXOAuth2Connection.m
- NXOAuth2ConnectionDelegate.h
- NXOAuth2Constants.h
- NXOAuth2Constants.m
- NXOAuth2FileStreamWrapper.h
- NXOAuth2FileStreamWrapper.m
- NXOAuth2PostBodyPart.h
- NXOAuth2PostBodyPart.m
- NXOAuth2PostBodyStream.h
- NXOAuth2PostBodyStream.m
- NXOAuth2Request.h
- NXOAuth2Request.m
- NXOAuth2TrustDelegate.h
- OAuth2Client_Prefix.pch
- UberKit.h
- UberKit.m
- Main.storyboard
- InfoPlist.strings
- Contents.json
- Contents.json
- UberActivity.h
- UberActivity.m
- UberPrice.h
- UberPrice.m
- UberProduct.h
- UberProduct.m
- UberProfile.h
- UberProfile.m
- UberPromotion.h
- UberPromotion.m
- UberTime.h
- UberTime.m
- NSData+NXOAuth2.h
- NSData+NXOAuth2.m
- NSString+NXOAuth2.h
- NSString+NXOAuth2.m
- NSURL+NXOAuth2.h
- NSURL+NXOAuth2.m
- NXOAuth2.h
- NXOAuth2AccessToken.h
- NXOAuth2AccessToken.m
- NXOAuth2Account+Private.h
- NXOAuth2Account.h
- NXOAuth2Account.m
- NXOAuth2AccountStore.h
- NXOAuth2AccountStore.m
- NXOAuth2Client.h
- NXOAuth2Client.m
- NXOAuth2ClientDelegate.h
- NXOAuth2Connection.h
- NXOAuth2Connection.m
- NXOAuth2ConnectionDelegate.h
- NXOAuth2Constants.h
- NXOAuth2Constants.m
- NXOAuth2FileStreamWrapper.h
- NXOAuth2FileStreamWrapper.m
- NXOAuth2PostBodyPart.h
- NXOAuth2PostBodyPart.m
- NXOAuth2PostBodyStream.h
- NXOAuth2PostBodyStream.m
- NXOAuth2Request.h
- NXOAuth2Request.m
- NXOAuth2TrustDelegate.h
- OAuth2Client_Prefix.pch
- UberKit.h
- UberKit.m
- main.m
- UberKitDemo-Info.plist
- UberKitDemo-Prefix.pch
- UberKitDemoAppDelegate.h
- UberKitDemoAppDelegate.m
- ViewController.h
- ViewController.m
- UberKitDemo.xccheckout
- UserInterfaceState.xcuserstate
- contents.xcworkspacedata
- Breakpoints_v2.xcbkptlist
- UberKitDemo.xcscheme
- xcschememanagement.plist
- project.pbxproj
- InfoPlist.strings
- UberKitDemoTests-Info.plist
- UberKitDemoTests.m
- LICENSE
- Login screenshot.png
- README.md
- UberKit.podspec
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
pod
설명 보기 ▼
pod
Swift 및 Objective-C Cocoa 프로젝트를 위한 종속성 관리 도구.
더 많은 정보: <https://guides.cocoapods.org/terminal/commands.html>.
pod init
현재 프로젝트에 기본 내용으로 Podfile 생성:
pod install
Podfile에 정의된 모든 포드를 다운로드 및 설치 (이전에 설치되지 않은 경우):
pod list
사용 가능한 모든 포드 나열:
// repository documentation
Was this content helpful?
(0 ratings)
