[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / a / e / NDPhraseParser / 0.1.0 / NDPhraseParser.podspec.json
blob4225db380c01a135c84695405b1b068251da51ae
2   "name": "NDPhraseParser",
3   "version": "0.1.0",
4   "summary": "A library that allows for formatting strings with context, like Python.",
5   "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",
6   "homepage": "https://github.com/Nextdoor/NDPhraseParser",
7   "license": "Apache 2.0",
8   "authors": {
9     "Sean McQueen": "mcqueen@nextdoor.com"
10   },
11   "source": {
12     "git": "https://github.com/Nextdoor/NDPhraseParser.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/NextdoorEng",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "NDPhraseParser": [
23       "Pod/Assets/*.png"
24     ]
25   }