blob: cb27fcba338d8447014205ee1a2873a3d592d423 [file] [log] [blame]
{
"name": "Blockstack",
"version": "0.1.0",
"summary": "The iOS SDK for Blockstack.",
"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": "0.1.0"
},
"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"
]
}
}