blob: 8f80a7f9dfa4d54c5d822eb6923c3aa30e90068e [file] [log] [blame]
{
"name": "KTSwiftExtensions",
"version": "0.21.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Swift extensions",
"homepage": "https://github.com/kthomas/KTSwiftExtensions",
"authors": {
"Kyle Thomas": "k.thomas@unmarkedconsulting.com"
},
"source": {
"git": "https://github.com/kthomas/KTSwiftExtensions.git",
"tag": "0.21.0"
},
"source_files": "Source/common/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"AlamofireObjectMapper": [
"~> 4.0"
],
"ObjectMapper": [
"~> 2.0"
],
"JWTDecode": [
"~> 2.0"
]
},
"platforms": {
"ios": "9.3",
"osx": "10.11"
},
"ios": {
"source_files": "Source/ios/**/*.swift",
"dependencies": {
"MBProgressHUD": [
"~> 1.0"
]
}
},
"osx": {
"source_files": "Source/osx/**/*.swift"
}
}