[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 3 / f / PhraseKit / 0.1.0 / PhraseKit.podspec.json
blob7926be3ca7a0bea50ef7d698cf6ddfd53b7d6821
2   "name": "PhraseKit",
3   "version": "0.1.0",
4   "summary": "PhraseKit is a string resource templating library for ObjetiveC using placeholders",
5   "description": "PhraseKit is a simple category for replacing custom placeholders (strings enclosed in brackets) with values from NSDictionary.",
6   "homepage": "https://github.com/fewlaps/PhraseKit",
7   "license": "MIT",
8   "authors": {
9     "Fewlaps": "core@fewlaps.com"
10   },
11   "source": {
12     "git": "https://github.com/fewlaps/PhraseKit.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PhraseKit": [
22       "Pod/Assets/*.png"
23     ]
24   }