blob: ade1f6975c95d21446a7774d4064b8c38fbd928e [file] [log] [blame]
{
"name": "xBit_iOS_SDK",
"version": "0.0.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "xBit iOS payments library",
"homepage": "https://xbitcrypto.com",
"social_media_url": "https://twitter.com/vihlayew",
"authors": {
"Vihlayew Alex": "vihlayew.alex@gmail.com"
},
"source": {
"git": "https://github.com/xcompanies/xBit-iOS-SDK.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
]
}