ZBYAML 1.0.2

ZBYAML 1.0.2

Maintained by xzb.



ZBYAML 1.0.2

  • By
  • 肖志斌

ZBYAML

ZBYAML

install

pod ZBYAML"

Usage

    NSURL *pathURL = [[NSBundle mainBundle] URLForResource:@"file" withExtension:@"yml"];
    NSData *routesData = [NSData dataWithContentsOfURL:pathURL options:NSDataReadingMappedIfSafe | NSDataReadingUncached error:nil];
    NSDictionary  *targets  =  [YAMLSerialization objectWithYAMLData:routesData options:0 error:nil];