blob: 027a30748a81af412330824a8613a9ef2fa07076 [file] [log] [blame]
{
"name": "provide",
"version": "0.5.0",
"summary": "Provide Swift client library",
"swift_versions": "4.2",
"description": "Provide Swift client library.",
"homepage": "https://github.com/provideservices/provide-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kthomas": "kyle@provide.services",
"muncman": "kevin@provide.services"
},
"source": {
"git": "https://github.com/provideservices/provide-swift.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "10.3"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"AlamofireObjectMapper": [
"~> 5.0"
],
"ObjectMapper": [
"~> 3.0"
],
"JWTDecode": [
"~> 2.0"
],
"UICKeyChainStore": [
"~> 2.1"
]
},
"swift_version": "4.2"
}