From 4a0f1a0a9c5f0a7ba59b64a336ef548c06694d28 Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Mon, 1 Feb 2016 13:59:10 -0800 Subject: [PATCH] Rename Bolts-iOS to Bolts-ObjC. --- Bolts.podspec | 2 +- README.md | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Bolts.podspec b/Bolts.podspec index 6feee252d..54ea4876d 100644 --- a/Bolts.podspec +++ b/Bolts.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/BoltsFramework' s.license = 'BSD' s.authors = 'Parse' - s.source = { :git => 'https://github.com/BoltsFramework/Bolts-iOS.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/BoltsFramework/Bolts-ObjC.git', :tag => s.version.to_s } s.documentation_url = 'http://boltsframework.github.io/docs/ios/' s.social_media_url = 'https://twitter.com/ParseIt' s.requires_arc = true diff --git a/README.md b/README.md index 83e03b782..ea79b8416 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ Bolts ============ -[![Build Status](http://img.shields.io/travis/BoltsFramework/Bolts-iOS/master.svg?style=flat)](https://travis-ci.org/BoltsFramework/Bolts-iOS) -[![Coverage Status](https://codecov.io/github/BoltsFramework/Bolts-iOS/coverage.svg?branch=master)](https://codecov.io/github/BoltsFramework/Bolts-iOS?branch=master) -[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -[![Pod Version](http://img.shields.io/cocoapods/v/Bolts.svg?style=flat)](http://cocoadocs.org/docsets/Bolts/) +[![Build Status](http://img.shields.io/travis/BoltsFramework/Bolts-ObjC/master.svg?style=flat)](https://travis-ci.org/BoltsFramework/Bolts-ObjC) +[![Coverage Status](https://codecov.io/github/BoltsFramework/Bolts-ObjC/coverage.svg?branch=master)](https://codecov.io/github/BoltsFramework/Bolts-ObjC?branch=master) [![Pod Platform](http://img.shields.io/cocoapods/p/Bolts.svg?style=flat)](http://cocoadocs.org/docsets/Bolts/) -[![Pod License](http://img.shields.io/cocoapods/l/Bolts.svg?style=flat)](https://github.com/BoltsFramework/Bolts-iOS/blob/master/LICENSE) +[![Pod License](http://img.shields.io/cocoapods/l/Bolts.svg?style=flat)](https://github.com/BoltsFramework/Bolts-ObjC/blob/master/LICENSE) [![Reference Status](https://www.versioneye.com/objective-c/bolts/reference_badge.svg?style=flat)](https://www.versioneye.com/objective-c/bolts/references) +[![Pod Version](http://img.shields.io/cocoapods/v/Bolts.svg?style=flat)](http://cocoadocs.org/docsets/Bolts/) +[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) + Bolts is a collection of low-level libraries designed to make developing mobile apps easier. Bolts was designed by Parse and Facebook for our own internal use, and we have decided to open source these libraries to make them available to @@ -675,7 +676,7 @@ App Links Measurement Events sends additional information from App Links Intents # Installation -You can download the latest framework files from our [Releases page](https://github.com/BoltsFramework/Bolts-iOS/releases). +You can download the latest framework files from our [Releases page](https://github.com/BoltsFramework/Bolts-ObjC/releases). Bolts is also available through [CocoaPods](http://cocoapods.org). To install it simply add the following line to your Podfile: