Skip to content

FrancisBehnen/NSString-HYPNetworking

 
 

Repository files navigation

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.

[@"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, [email protected]

License

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

About

ObjectiveC-fy, or ruby-fy your NSStrings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 93.0%
  • Ruby 7.0%