blob: 2256acd4587c83a7fbf2a40e0575dbfbdbfa5bf7 [file] [log] [blame]
{
"name": "TSwiftHelper",
"version": "1.1.2",
"summary": "TSwiftHelper is a library for iOS written in Swift to help user lots of helpful extension functions in development.",
"description": "TSwiftHelper is a library for iOS written in Swift to help user lots of helpful extension functions in development",
"homepage": "https://github.com/fanta1ty/TSwiftHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thinh Nguyen": "thinhnguyen12389@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/fanta1ty/TSwiftHelper.git",
"tag": "1.1.2"
},
"source_files": "TSwiftHelper/**/*.swift",
"resources": [
"TSwiftHelper/TSwiftHelper/Fonts/**/*.ttf",
"TSwiftHelper/TSwiftHelper/Fonts/**/*.otf",
"TSwiftHelper/TSwiftHelper/Localizations/**/*.strings"
],
"requires_arc": true,
"swift_version": "5.0"
}