blob: 98265ce3b0b1e25356201e84512cc9ab9d2ecf9a [file] [log] [blame]
{
"name": "NeetMSTranslator",
"version": "0.0.1",
"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, 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.1"
},
"source_files": "NeetMSTranslator/Classes/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}