blob: af122daab2275c30bc1abb5b1ccea5afb8ab9bcc [file] [log] [blame]
{
"name": "Canary",
"version": "0.2.2",
"summary": "Canary is SDK For CanaryWeb.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Rake Yang/Canary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rake Yang": "fenglaijun@gmail.com"
},
"source": {
"git": "https://github.com/BinaryParadise/Canary.git",
"tag": "0.2.2"
},
"swift_versions": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"default_subspecs": "Core",
"resource_bundles": {
"Canary": [
"Sources/Assets/*"
]
},
"dependencies": {
"MJExtension": [
],
"SAMKeychain": [
"~> 1.5"
],
"SocketRocket": [
"~> 0.5"
]
},
"subspecs": [
{
"name": "Core",
"ios": {
"source_files": [
"Sources/Canary/Internal/*",
"Sources/Canary/*",
"Sources/Canary/iOS/*"
]
},
"osx": {
"source_files": [
"Sources/Canary/Internal/*",
"Sources/Canary/*",
"Sources/Canary/macOS/*"
]
},
"dependencies": {
"FMDB": [
"~> 2.7.0"
],
"CocoaLumberjack": [
"<= 3.5.2"
]
}
},
{
"name": "Swift",
"source_files": "Sources/CanarySwift/*",
"dependencies": {
"Canary/Core": [
],
"CocoaLumberjack/Swift": [
"<= 3.5.2"
]
}
}
],
"swift_version": "4.0"
}