Skip to content

Commit

Permalink
Prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed Jul 23, 2017
1 parent 7385fb0 commit 26220ae
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 25 deletions.
15 changes: 6 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Contributing

When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.
When contributing to this repository, please first discuss the change you wish to make via the **Issues** section. For any interactions, please follow the outlined **Code of Conduct**.

Please note we have a code of conduct, please follow it in all your interactions with the project.
## Issues, Requests, & Suggestions
Before creating an issue or requesting features, please check the Issues section if it has already been filed. Please avoid filing duplicate requests.

## Pull Request Process

1. Ensure any install or build dependencies are removed before the end of the layer when doing a
build.
2. Update the README.md with details of changes to the interface, this includes new environment
variables, exposed ports, useful file locations and container parameters.
3. Increase the version numbers in any examples files and the README.md to the new version that this
Pull Request would represent. The versioning scheme we use is [Semantic Versioning](http://semver.org/) from v1.0.0 onwards. Pre-releases may not adhere to this scheme.
1. Ensure any install or build dependencies are removed before the end of the layer when doing a build.
2. Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
3. Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent. The versioning scheme we use is [Semantic Versioning](http://semver.org/) from 1.0.0 onwards. Pre-releases may not adhere to this scheme.
4. We will review all pull requests and merge them accordingly.
4 changes: 2 additions & 2 deletions MKDataDetector.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |spec|
spec.name = 'MKDataDetector'
spec.version = '0.9.5'
spec.version = '1.0.0'
spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.9'
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.source = { :git => 'https://github.com/mayankk2308/mkdatadetector-swift.git', :tag => '0.9.5'}
spec.source = { :git => 'https://github.com/mayankk2308/mkdatadetector-swift.git', :tag => spec.version.to_s}
spec.authors = {'Mayank Kumar' => '[email protected]', 'Jeet Parte' => '[email protected]', 'Pinak Jalan' => '[email protected]'}
spec.homepage = 'https://mayankk2308.github.io/mkdatadetector-swift/'
spec.summary = 'An open-source convenience wrapper in Swift for NSDataDetector.'
Expand Down
2 changes: 1 addition & 1 deletion MKDataDetector/MultiData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MKDataDetector
//
// Created by Mayank Kumar on 7/17/17.
// Copyright © 2017 Mayank Kumar. All rights reserved.
// Copyright © 2017 Mayank Kumar. Available under the MIT license.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion MKDataDetectorTests/AddressExtensionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MKDataDetector
//
// Created by Jeet Parte on 22/07/17.
// Copyright © 2017 Mayank Kumar. All rights reserved.
// Copyright © 2017 Mayank Kumar. Available under the MIT license.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion MKDataDetectorTests/DateExtensionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MKDataDetector
//
// Created by Jeet Parte on 22/07/17.
// Copyright © 2017 Mayank Kumar. All rights reserved.
// Copyright © 2017 Mayank Kumar. Available under the MIT license.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion MKDataDetectorTests/LinkExtensionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MKDataDetector
//
// Created by Jeet Parte on 22/07/17.
// Copyright © 2017 Mayank Kumar. All rights reserved.
// Copyright © 2017 Mayank Kumar. Available under the MIT license.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion MKDataDetectorTests/MultiDataTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MKDataDetector
//
// Created by Jeet Parte on 23/07/17.
// Copyright © 2017 Mayank Kumar. All rights reserved.
// Copyright © 2017 Mayank Kumar. Available under the MIT license.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion MKDataDetectorTests/PhoneNumberExtensionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MKDataDetector
//
// Created by Jeet Parte on 23/07/17.
// Copyright © 2017 Mayank Kumar. All rights reserved.
// Copyright © 2017 Mayank Kumar. Available under the MIT license.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion MKDataDetectorTests/StringAccessTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MKDataDetector
//
// Created by Jeet Parte on 23/07/17.
// Copyright © 2017 Mayank Kumar. All rights reserved.
// Copyright © 2017 Mayank Kumar. Available under the MIT license.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion MKDataDetectorTests/TestUtilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MKDataDetector
//
// Created by Jeet Parte on 22/07/17.
// Copyright © 2017 Mayank Kumar. All rights reserved.
// Copyright © 2017 Mayank Kumar. Available under the MIT license.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion MKDataDetectorTests/TransitInformationExtensionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// MKDataDetector
//
// Created by Jeet Parte on 23/07/17.
// Copyright © 2017 Mayank Kumar. All rights reserved.
// Copyright © 2017 Mayank Kumar. Available under the MIT license.
//

import XCTest
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ While **Apple's** `NSDataDetector` is useful for extracting useful information f

There are multiple installation options to choose from.

### CocoaPods
### CocoaPods (Preferred)

To test pre-release versions:
`pod 'MKDataDetector', :git => https://github.com/mayankk2308/mkdatadetector-swift.git`

Once available on **CocoaPods**, simply use:
To install via CocoaPods, add the following line to your **Podfile**:
`pod 'MKDataDetector'`

### Carthage

To install via Carthage, add the following line to your **Cartfile**:
`github "mayankk2308/mkdatadetector-swift" == 1.0.0`

### Manual

1. Create a submodule in your project directory: `git submodule add https://github.com/mayankk2308/mkdatadetector-swift.git`
Expand Down

0 comments on commit 26220ae

Please sign in to comment.