# Bolts **Repository Path**: rogerchina/Bolts ## Basic Information - **Project Name**: Bolts - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-15 - **Last Updated**: 2022-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PromiseKit Bolts Extensions ![Build Status] This project adds promises to Facebook’s [Bolts] framework. Bolts underlies the entire Facbook SDK. ## Usage ```swift someBoltsTask().then { anyObject in //… } ``` ## CocoaPods ```ruby pod "PromiseKit/Bolts" ~> 6.0 ``` The extensions are built into `PromiseKit.framework` thus nothing else is needed. ## Carthage ```ruby github "PromiseKit/Bolts" ~> 3.0 ``` The extensions are built into their own framework: ```swift // swift import PromiseKit import PMKBolts ``` ```objc // objc @import PromiseKit; @import PMKBolts; ``` [Bolts]: https://github.com/BoltsFramework [Build Status]: https://travis-ci.org/PromiseKit/Bolts.svg?branch=master