blob: 3cdf8cfb2136af55ecbf463db2dbc4a08b28116f [file] [log] [blame]
{
"name": "PhraseSDK",
"version": "2.0.0",
"summary": "iOS SDK for Phrase",
"homepage": "https://phrase.com",
"license": {
"type": "Commercial",
"file": "LICENSE.md"
},
"authors": {
"Dynport GmbH": "support@phrase.com"
},
"source": {
"git": "https://github.com/phrase/ios-sdk.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "Foundation",
"preserve_paths": "PhraseSDK.framework",
"public_header_files": "PhraseSDK.framework/Headers/PhraseSDK.h",
"source_files": "PhraseSDK.framework/Headers/PhraseSDK.h",
"vendored_frameworks": "PhraseSDK.framework",
"requires_arc": true
}