CocoaPods trunk is moving to be read-only. Read more on the blog, there are 8 months to go.

YDDeviceTool 0.1.2

YDDeviceTool 0.1.2

Maintained by herody.



  • By
  • houyadi

YDDeviceTool

CI Status Version License Platform

Example

NSLog(@"设备名称是:%@", [YDDeviceTool getDeviceName]);
NSLog(@"设备类型是:%@", [YDDeviceTool getDeviceType]);
NSLog(@"设备外网ip是:%@", [YDDeviceTool getWANIPAddress]);
NSLog(@"设备内网ip是:%@", [YDDeviceTool getLANIPAddress]);

Installation

YDDeviceTool is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'YDDeviceTool'

Author

houyadi, [email protected]

License

YDDeviceTool is available under the MIT license. See the LICENSE file for more info.