Skip to content

Commit

Permalink
[Add] StyledString 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst authored and CocoaPodsBot committed Jun 10, 2019
1 parent e188470 commit 3703f9e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Specs/e/a/0/StyledString/0.8.0/StyledString.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "StyledString",
"version": "0.8.0",
"summary": "String styling in Swift",
"description": "Easy creation of NSAttributedStrings with Swift.",
"homepage": "https://github.com/Q42/StyledString",
"license": "MIT",
"authors": {
"Sander de Vos": "[email protected]"
},
"source": {
"git": "https://github.com/Q42/StyledString.git",
"tag": "0.8.0"
},
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"swift_versions": "5.1",
"requires_arc": true,
"source_files": "Sources/**/*",
"swift_version": "5.1"
}

0 comments on commit 3703f9e

Please sign in to comment.