blob: 4225db380c01a135c84695405b1b068251da51ae [file] [log] [blame]
{
"name": "NDPhraseParser",
"version": "0.1.0",
"summary": "A library that allows for formatting strings with context, like Python.",
"description": " A library that allows for formatting strings with context, like Python.\n We wrote this library to allow us to pass strings with missing context\n to our mobile applications. This library is _almost_ a direct port\n of Square's awesome Android library Phrase: https://github.com/square/phrase\n which we use in production at Nextdoor.\n",
"homepage": "https://github.com/Nextdoor/NDPhraseParser",
"license": "Apache 2.0",
"authors": {
"Sean McQueen": "mcqueen@nextdoor.com"
},
"source": {
"git": "https://github.com/Nextdoor/NDPhraseParser.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/NextdoorEng",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NDPhraseParser": [
"Pod/Assets/*.png"
]
}
}