blob: bdae27433985fc5d29091ca57b2362caa0dd1d81 [file] [log] [blame]
{
"name": "Canary",
"version": "0.2.4",
"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.4"
},
"swift_versions": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"default_subspecs": "Core",
"resource_bundles": {
"Canary": [
"Sources/Assets/*"
]
},
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "CANARY_ENABLE=1"
},
"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": {
"CocoaLumberjack": [
"<= 3.5.2"
]
}
},
{
"name": "Swift",
"source_files": "Sources/CanarySwift/*",
"dependencies": {
"Canary/Core": [
],
"CocoaLumberjack/Swift": [
"<= 3.5.2"
]
}
}
],
"swift_version": "4.0"
}