2016-01-16 17:45:06 +01:00
..
2016-01-16 17:45:06 +01:00
2016-01-16 17:45:06 +01:00
2016-01-16 17:45:06 +01:00

CodFis-Helper

[![CI Status](http://img.shields.io/travis/Giuseppe Nucifora/CodFis-Helper.svg?style=flat)](https://travis-ci.org/Giuseppe Nucifora/CodFis-Helper) Version License Platform

Usage

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

Requirements

Installation

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

pod 'CodFis-Helper' , :git => 'https://github.com/giuseppenucifora/CodFis-Helper.git'

OR

pod 'CodFis-Helper'

##Usage

CodFis_Helper *helper = [[CodFis_Helper alloc] init];

[helper setSurname:@"Rossi"];

[helper setName:@"Mario"];

[helper setBirthDay:15];

[helper setBirthMonth:11];

[helper setBirthYear:83];

[helper setGender:Gender_Man];

[helper setState:Italy];

[helper setPlace:@"Milano"];

CodFisResponse *response = [helper calculate];

NSLog(@"%@",[response responseError]);

NSLog(@"%@",[response response]);

Author

Giuseppe Nucifora, me@giuseppenucifora.com

License

CodFis-Helper is available under the MIT license. See the LICENSE file for more info.