blob: c73355a635a25dd408c19fee55e99392ee84c986 [file] [log] [blame]
{
"name": "VantageCircleCore",
"version": "0.0.1",
"summary": "Vantage Circle Core",
"description": "The core vantage circle functionalities.",
"homepage": "https://www.vantagecircle.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kinshuk Kashyap": "kinshuk@outlook.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/VantageCircle/VantageCircleCore-iOS.git",
"tag": "0.0.1"
},
"source_files": "VantageCircleCore/**/*.{h,m, swift}",
"dependencies": {
"SwiftyJSON": [
"~> 4.0"
],
"TrustKit": [
]
},
"swift_version": "5.0"
}