ZBYAML 1.0.2

ZBYAML 1.0.2

xzb 维护。



ZBYAML 1.0.2

  • 作者
  • 肖志斌

ZBYAML

ZBYAML

安装

pod ZBYAML"

使用方法

    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];