CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Martin Stolz.
Scout discovers apps installed on an iOS device utilising the URL scheme feature.
NSSet *schemeSet = [NSMutableSet setWithArray:@[@"maps", @"http"]];
[US2Scout discoverSchemes:schemeSet withCompletion:^(NSSet *discoveredSchemes) {
NSLog(@"discoveredSchemes: %@", discoveredSchemes);
// Evaluate data
}];
platform :ios, '7.0'
pod "Scout", "~> 1.0"
Scout is available under the MIT license. See the LICENSE file for more info.