Skip to content

Repository files navigation

CocoaPath

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

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages