Skip to content

Commit

Permalink
Merge pull request #2 from grandcentrix/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
snod committed Mar 21, 2017
2 parents 021346e + b632dbc commit d81dc90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
12 changes: 0 additions & 12 deletions GCXTrustPolicy.podspec

This file was deleted.

10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GCXTrustPolicy
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Release](https://img.shields.io/github/release/grandcentrix/GCXTrustPolicy.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Cocoapods compatible](https://img.shields.io/cocoapods/v/GCXTrustPolicy.svg)](https://cocoapods.org/)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Release](https://img.shields.io/github/release/grandcentrix/GCXTrustPolicy.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

SSL pinning and trust validation framework for iOS

Expand All @@ -26,14 +26,6 @@ When using a self-signed certificate, connecting to a host by IP address (where
git "https://github.com/grandcentrix/GCXTrustPolicy.git" ~> 1.1.0
```

#### CocoaPods

```ruby
use_frameworks!

pod 'GCXTrustPolicy', :git => 'https://github.com/grandcentrix/GCXTrustPolicy.git', :tag => '1.1.0'
```

#### Manual

- Start new XCode Workspace.
Expand Down

0 comments on commit d81dc90

Please sign in to comment.