pwestrich / NSString-HYPNetworking

ObjectiveC-fy, or ruby-fy your NSStrings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSString-HYPNetworking

Version License Platform

Usage

Basic

[@"driverIdentifier" hyp_remoteString];

// => driver_identifier
[@"driver_identifier" hyp_localString];

// => driverIdentifier

Acronyms

It supports id, pdf, url, png, jpg, uri, json, xml.

[@"userID" hyp_remoteString];

// => user_id
[@"user_id" hyp_localString];

// => userID

Installation

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

pod 'NSString-HYPNetworking'

Author

Hyper AS, teknologi@hyper.no

License

NSString-HYPNetworking is available under the MIT license. See the LICENSE file for more info.

About

ObjectiveC-fy, or ruby-fy your NSStrings

License:Other


Languages

Language:Objective-C 93.2%Language:Ruby 6.8%