blob: 239d3bf4573af2fabd7bc62416d23998a693c31a [file] [log] [blame]
{
"name": "Blockstack",
"version": "0.2.0",
"summary": "The Blockstack iOS SDK",
"swift_version": "4.0",
"description": "The Blockstack iOS library for authentication, encryption, and storage.",
"homepage": "https://github.com/blockstack/blockstack-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yknl": "yukanliao@gmail.com"
},
"source": {
"git": "https://github.com/blockstack/blockstack-ios.git",
"tag": "v0.2.0"
},
"social_media_url": "https://twitter.com/blockstack",
"platforms": {
"ios": "11.0"
},
"source_files": "Blockstack/Classes/**/*",
"resource_bundles": {
"Blockstack": [
"Javascript/*.js"
]
},
"dependencies": {
"CryptoSwift": [
]
}
}