blob: 9aba37929ba6ba506561d43b75b08ae10e734b28 [file] [log] [blame]
{
"name": "OSTKit",
"version": "0.0.5",
"summary": "Simple Token API wrapper for iOS",
"homepage": "https://github.com/vanductai/ostkit-ios",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": {
"Duong Khong": "duong1521991@gmail.com"
},
"social_media_url": "https://twitter.com/duong1521991",
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/vanductai/ostkit-ios.git",
"tag": "0.0.5"
},
"source_files": "ostkit/Sources/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"CryptoSwift": [
]
}
}