Skip to content

lazarev/CocoaPath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CocoaPath

[![CI Status](http://img.shields.io/travis/Андрей Лазарев/CocoaPath.svg?style=flat)](https://travis-ci.org/Андрей Лазарев/CocoaPath) Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

    id object = @{@"A": @{@"A": @1},
                  @"B": @2,
                  @"C": @[@1, @[@YES], @{@"D": @3}]};
    
	// @1
    [object firstForKeyWildcard:@"C[0]"];
	// @3
	[object firstForKeyWildcard:@"C[2].D"]).to.equal(@3);

Installation

CocoaPath is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "CocoaPath"

Author

Андрей Лазарев, andrej.lazarev@gmail.com

License

CocoaPath is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published