blob: 9f3c2a3965e7e0bdd7ebee618adb6b2a91729177 [file] [log] [blame]
{
"name": "PippinAdapters",
"version": "2.1.1",
"summary": "Plugins for Pippin Protocols.",
"description": "A collection of pluggable adapters to third-party dependencies, or entirely self-rolled implementations for Pippin protocols.",
"homepage": "http://github.com/tworingsoft/Pippin",
"license": "MIT",
"authors": {
"Andrew McKnight": "andrew@tworingsoft.com"
},
"source": {
"git": "https://github.com/tworingsoft/Pippin.git",
"tag": "PippinAdapters-2.1.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"default_subspecs": [
"PinpointKit",
"COSTouchVisualizer",
"XCGLogger",
"SwiftMessages",
"DebugController",
"JGProgressHUD"
],
"swift_version": "4.2",
"subspecs": [
{
"name": "PinpointKit",
"source_files": "Sources/PippinAdapters/PinpointKit/**/*.{h,m,swift}",
"dependencies": {
"PinpointKit": [
"~> 1"
],
"Pippin": [
">= 13"
]
}
},
{
"name": "COSTouchVisualizer",
"source_files": "Sources/PippinAdapters/COSTouchVisualizer/**/*.{h,m,swift}",
"dependencies": {
"COSTouchVisualizer": [
"~> 1"
],
"Pippin": [
]
}
},
{
"name": "XCGLogger",
"source_files": "Sources/PippinAdapters/XCGLogger/**/*.{h,m,swift}",
"dependencies": {
"XCGLogger": [
"~> 6"
],
"Pippin": [
]
}
},
{
"name": "SwiftMessages",
"source_files": "Sources/PippinAdapters/SwiftMessages/**/*.{h,m,swift}",
"dependencies": {
"SwiftMessages": [
"~> 6"
],
"Pippin": [
]
}
},
{
"name": "DebugController",
"source_files": "Sources/PippinAdapters/DebugController/**/*.{h,m,swift}",
"dependencies": {
"Pippin": [
">= 13"
],
"FLEX": [
"~> 2"
]
}
},
{
"name": "JGProgressHUD",
"source_files": "Sources/PippinAdapters/JGProgressHUD/**/*.{h,m,swift}",
"dependencies": {
"Pippin": [
],
"JGProgressHUD": [
]
}
}
]
}