This library facilitates developers in easily determining the device model, which is particularly valuable for gathering statistics on user device distribution. It offers various other benefits as well.
To run the example project, clone the repo, and run pod install
from the Example directory first.
iModels is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'iModels'
iModels is available through SPM. Use below URL to add as a dependency
dependencies: [
.package(url: "https://github.com/AnbalaganD/iModels", .upToNextMajor(from: "0.1.4"))
]
import iModels
Device.modelName
iModels is available under the MIT license. See the LICENSE file for more info.