[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 3 / 9 / LabelTextFormatter / 1.0.0 / LabelTextFormatter.podspec.json
blob3ecddaad4ffb4b924b46e11e123ce81b4d89d471
2   "name": "LabelTextFormatter",
3   "version": "1.0.0",
4   "swift_versions": "4.0",
5   "summary": "UILabel and NSAttributedString extensions that allow you to simply set text to the label.",
6   "description": "UILabel and NSAttributedString extensions which allows you to set label text from AttributedString without the need to create any instances. Allows you to combine several AttributedStrings into one.",
7   "homepage": "https://github.com/idapgroup/LabelTextFormatter",
8   "license": {
9     "type": "New BSD",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "IDAP Group": "hello@idapgroup.com"
14   },
15   "source": {
16     "git": "https://github.com/idapgroup/LabelTextFormatter.git",
17     "tag": "1.0.0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "9.0"
22   },
23   "header_mappings_dir": "Source",
24   "source_files": "Source/**/*.{swift,h,m,c,cpp}",
25   "swift_version": "4.0"