blob: 807c92c94ddc4e67eee5876954df0e129fdbe8f9 [file] [log] [blame]
{
"name": "Tina",
"version": "0.0.1",
"summary": "A request fonundation with Swift for mac、ios、watchos、tvos.",
"description": "Tina is a simple and pure Swift implemented library for request. It is dependent on Alamofire. It provides you a chance to use pure Swift alternation in your next app.",
"homepage": "https://github.com/KKLater/Tina",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KKLater": "lshxin89@126.com"
},
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/KKLater/Tina.git",
"tag": "0.0.1"
},
"source_files": [
"Sources/**/*.swift",
"Sources/Tina.h"
],
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~>5.4.0"
]
},
"swift_version": "5.0"
}