CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by azu.
To run the example project; clone the repo, and run pod install from the Example directory first.
@interface iOSDetector : NSObject
+ (BOOL)isPhone;
+ (BOOL)isPad;
+ (NSString *)universalFile:(NSString *) fileName;
+ (BOOL)isJapanese;
@endiOSDetector is available under the MIT license. See the LICENSE file for more info.