blob: 812f7faecaebf414f5367930a4a42ac6b8fa59c2 [file] [log] [blame]
{
"name": "NeetMSTranslator",
"version": "0.0.3",
"summary": "Microsoft Translator for iOS",
"description": " Microsoft Translator for iOS\n\n ```obj-c\n NMSTranslator *tra = [NMSTranslator sharedTranslator];\n\n [tra initializeTranslatorWithClientID:@\"your client ID\"\n clientSecret:@\"your client secret\"];\n\n [tra transrateWithText:@\"hello\" to:@\"ja\" success:^(NSHTTPURLResponse *response, NSString *string) {\n\n NSLog(@\"succ: %@\", string); // こんにちわ\n\n } failure:^(NSHTTPURLResponse *response, NSData *data, NSError *error) {\n\n NSLog(@\"err: %@\", error);\n }];\n\n ```\n\n",
"homepage": "https://github.com/neethouse/NeetMSTranslator",
"license": "MIT",
"authors": {
"mironal": "miro.gunp@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/neethouse/NeetMSTranslator.git",
"tag": "0.0.3"
},
"source_files": "NeetMSTranslator/Classes/*.{h,m}",
"requires_arc": true
}