blob: 48a2780313be587aaae477e806e7bd4f36777d7b [file] [log] [blame]
{
"name": "ZeroDarkCloud",
"version": "0.9.2",
"summary": "Zero-knowledge sync & messaging framework",
"homepage": "https://www.zerdark.cloud",
"license": "MIT",
"authors": {
"Robbie Hanson": "robbiehandon@deusty.com",
"Vinnie Moscaritolo": "vinnie@4th-a.com"
},
"source": {
"git": "https://github.com/4th-ATechnologies/ZeroDark.cloud.git",
"tag": "0.9.2"
},
"platforms": {
"osx": "10.12",
"ios": "10.0"
},
"dependencies": {
"AFNetworking": [
],
"S4Crypto": [
">= 2.2.9"
],
"XMLDictionary": [
],
"YapDatabase/SQLCipher-ObjC": [
">= 4.0"
],
"zipzap": [
],
"ZDCSyncableObjC": [
]
},
"ios": {
"dependencies": {
"SCLAlertView-Objective-C": [
],
"KGHitTestingViews": [
],
"JGProgressView": [
],
"TCCopyableLabel": [
],
"UIColor-Crayola": [
]
}
},
"osx": {
"dependencies": {
"NSColor-Crayola": [
]
}
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"ios": {
"exclude_files": [
"docs/**/*",
"ZeroDark.cloud/**/macOS/**/*"
]
},
"osx": {
"exclude_files": [
"docs/**/*",
"ZeroDark.cloud/**/iOS/**/*"
]
},
"source_files": "ZeroDark.cloud/**/*.{h,m,mm,c,storyboard,xib}",
"private_header_files": "ZeroDark.cloud/**/Internal/*.h",
"resources": [
"ZeroDark.cloud/Resources/*.{bip39,ttf,jpg,zip,m4a,html,json,xcassets}"
]
},
{
"name": "Swift",
"dependencies": {
"ZeroDarkCloud/Core": [
]
},
"source_files": "SwiftExtensions/*.swift"
}
]
}