blob: 88231b841a922b92c96bf2063d926c898c1df0f6 [file] [log] [blame]
{
"name": "OSTKit",
"version": "0.0.3",
"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.3"
},
"source_files": "ostkit/Sources/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"CryptoSwift": [
]
}
}