blob: 730d47762f7141935609c0ae600bcd815002cb26 [file] [log] [blame]
{
"name": "BLOCKv",
"version": "2.1.0",
"summary": "The BLOCKv SDK allows you to easily integrate your apps into the BLOCKv Platform.",
"homepage": "https://blockv.io",
"license": {
"type": "BLOCKv AG",
"file": "LICENSE"
},
"authors": {
"BLOCKv": "developer.blockv.io"
},
"source": {
"git": "https://github.com/BLOCKvIO/ios-sdk.git",
"tag": "2.1.0"
},
"social_media_url": "https://twitter.com/blockv_io",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"default_subspecs": "Face",
"subspecs": [
{
"name": "Core",
"source_files": "BlockV/Core/**/*.{swift}",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"Starscream": [
"~> 3.0"
],
"JWTDecode": [
"~> 2.1"
],
"Signals": [
"~> 5.0"
],
"SwiftLint": [
"~> 0.26"
]
}
},
{
"name": "Face",
"ios": {
"source_files": "BlockV/Face/**/*.{swift}"
},
"dependencies": {
"BLOCKv/Core": [
],
"FLAnimatedImage": [
"~> 1.0"
],
"Nuke": [
"~> 7.0"
]
}
}
]
}