Latest | 0.3.1 |
---|---|
Homepage | https://github.com/handshakejp/ios-sdk |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | AFNetworking |
Frameworks | UIKit |
Authors |
Meyasubaco iOS-SDK
Installation
Meyasubaco is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'Meyasubaco'
To run the example project, To try Meyasubaco SDK, open Terminal.app and enter the following command:
pod try Meyasubaco
How to Use
Please see detail at https://meyasuba.co
Initialize
You shoud input the ApiKey to Meyasubaco at AppDelegate class.
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[Meyasubaco setApiKey:@"<YOUR_API_KEY>"];
return YES;
}
Show Comment
You can show request form activity at any position.
[Meyasubaco showCommentViewController:self];
Show FAQ
and you can show helps.
[Meyasubaco showHelpListViewController:self];
Requirements
- iOS 7 and later supported
Latest podspec
{ "name": "HandShake", "version": "0.3.1", "summary": "HandShake SDK for developers.", "description": " HandShake is the service that handshake with your users!n", "homepage": "https://github.com/handshakejp/ios-sdk", "license": "MIT", "authors": { "Ryosuke Hiramatsu": "[email protected]" }, "source": { "git": "https://github.com/handshakejp/ios-sdk.git", "tag": "0.3.1" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "HandShake": [ "Pod/Assets/**/*" ] }, "frameworks": "UIKit", "dependencies": { "AFNetworking": [ "~> 2.3" ] } }
Wed, 02 Mar 2016 15:57:06 +0000