blob: 07605e7e120359c72c3c7e790ac646582c6a3cff [file] [log] [blame]
{
"name": "Blockstack",
"version": "0.5.1",
"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.5.1"
},
"social_media_url": "https://twitter.com/blockstack",
"platforms": {
"ios": "11.0"
},
"source_files": "Blockstack/Classes/**/*",
"resource_bundles": {
"Blockstack": [
"Javascript/*.js"
]
},
"dependencies": {
"CryptoSwift": [
]
}
}