blob: 982264689a9acd648ad6313f250521e02bd9f149 [file] [log] [blame]
{
"name": "MagicSDK",
"version": "1.0.1-beta2",
"summary": "MagicSDK IOS SDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/magicLabs/magic-ios-pod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jerry Liu": "jerry@magic.link"
},
"source": {
"git": "https://github.com/magicLabs/magic-ios-pod.git",
"tag": "1.0.1-beta2"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "MagicSDK/MagicSDK.framework",
"source_files": "MagicSDK/MagicSDK.framework/Headers/*.{h}",
"dependencies": {
"Web3": [
"~> 0.4.2"
],
"Web3/ContractABI": [
"~> 0.4.2"
],
"Web3/PromiseKit": [
"~> 0.4.2"
],
"PromiseKit/CorePromise": [
"~> 6.13"
]
},
"swift_version": "5.0"
}