blob: 7926be3ca7a0bea50ef7d698cf6ddfd53b7d6821 [file] [log] [blame]
{
"name": "PhraseKit",
"version": "0.1.0",
"summary": "PhraseKit is a string resource templating library for ObjetiveC using placeholders",
"description": "PhraseKit is a simple category for replacing custom placeholders (strings enclosed in brackets) with values from NSDictionary.",
"homepage": "https://github.com/fewlaps/PhraseKit",
"license": "MIT",
"authors": {
"Fewlaps": "core@fewlaps.com"
},
"source": {
"git": "https://github.com/fewlaps/PhraseKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PhraseKit": [
"Pod/Assets/*.png"
]
}
}