Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ MacFinder is a class that helps you find the MAC Address of a specific IP
### Note
Issue for MAC Addresses on iOS 10.2 has been resolved thanks to [@mochasoft] (https://github.com/mochasoft)

###Manual Installation
### Manual Installation

+ Add files in your Xcode project from: File-Add Files to YourProjectName-> Select MacFinder.m, MacFinder.h, route.h, if_arp.h and if_ether.h-> Click on "copy items if needed" -> OK (Or copy them from /MacFinder/Network Headers/ folder)

###CocoaPods Installation
### CocoaPods Installation
To install using CocoaPods, simply add the following line to your Podfile:

```ruby
pod 'MacFinder'
```
###How to use it
### How to use it

Import the class in your class:

Expand All @@ -37,11 +37,11 @@ That's it!
### More Details
Visit my [article] (https://medium.com/rocknnull/ios-from-ip-to-mac-address-1e3726ff6d2b#.kgbe3wipa) for MacFinder for more details

###Authors
### Authors

* Michael Mavris

###License
### License

Copyright Miksoft 2017

Expand Down