blob: e8a9d383e5340ad1326a7a3eb0bba33604c728ef [file] [log] [blame]
{
"name": "Blockstack",
"version": "0.1.3",
"summary": "The Blockstack iOS library for identity, auth and storage.",
"description": "TODO: Add long description of the pod here.",
"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.1.3"
},
"social_media_url": "https://twitter.com/blockstack",
"platforms": {
"ios": "11.0"
},
"source_files": "Blockstack/Classes/**/*",
"resource_bundles": {
"Blockstack": [
"Javascript/*.js"
]
},
"dependencies": {
"secp256k1.swift": [
"~> 0.1.1"
]
}
}