[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / 6 / 8 / SimpleStringFormat / 0.0.1 / SimpleStringFormat.podspec.json
blobbdbe8f1a53d454823dc5217674872f3b6054f920
2   "name": "SimpleStringFormat",
3   "version": "0.0.1",
4   "summary": "Simple Swift string format with specific patterns",
5   "description": "Simple Swift string format with specific patterns, to make easy UILabel/UITextField text customization.",
6   "homepage": "https://github.com/jefnazario/StringFormatSwift",
7   "license": {
8     "type": "GPL-3.0",
9     "file": "https://github.com/jefnazario/StringFormatSwift/blob/master/LICENSE"
10   },
11   "authors": {
12     "Jeferson F. Nazario": "jefnazario@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/jefnazario",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/jefnazario/StringFormatSwift.git",
20     "tag": "0.0.1"
21   },
22   "swift_versions": "4.2",
23   "source_files": "String.Format/String.Format/**/*.{h,m,swift,framework}",
24   "exclude_files": "String.Format/StringFormatSwift/**/*.*",
25   "swift_version": "4.2"