blob: 4dd0bf4f6806192149c70bedbaaa5ccdd3b1aaad [file] [log] [blame]
{
"name": "Pippin",
"version": "8.0.0",
"summary": "A Swift framework to scaffold an app and make development and maintenance easier.",
"description": "A collection of Swift and Objective-C utilities delivering reusable components of iOS applications and utilities to work with Apple frameworks.",
"homepage": "http://github.com/tworingsoft/Pippin",
"license": "MIT",
"authors": {
"Andrew McKnight": "andrew@tworingsoft.com"
},
"source": {
"git": "https://github.com/tworingsoft/Pippin.git",
"tag": "Pippin-8.0.0"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": [
"Core",
"CanIHaz",
"Extensions",
"Adapters",
"Sensors"
],
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/Pippin/**/*.swift"
}
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Pippin/Core/**/*.{h,m,swift}",
"dependencies": {
"Pippin/Extensions/Foundation": [
],
"Result": [
]
}
},
{
"name": "Adapters",
"subspecs": [
{
"name": "PinpointKit",
"source_files": "Sources/Pippin/Adapters/PinpointKit/**/*.{h,m,swift}",
"dependencies": {
"PinpointKit": [
"~> 1"
],
"Pippin/Core": [
]
}
},
{
"name": "XCGLogger",
"source_files": "Sources/Pippin/Adapters/XCGLogger/**/*.{h,m,swift}",
"dependencies": {
"XCGLogger": [
"~> 6"
],
"Pippin/Core": [
]
}
},
{
"name": "SwiftMessages",
"source_files": "Sources/Pippin/Adapters/SwiftMessages/**/*.{h,m,swift}",
"dependencies": {
"SwiftMessages": [
"~> 4"
],
"Pippin/Core": [
]
}
},
{
"name": "DebugController",
"source_files": "Sources/Pippin/Adapters/DebugController/**/*.{h,m,swift}",
"dependencies": {
"Pippin/Extensions/UIKit": [
],
"Anchorage": [
"~> 4"
]
}
},
{
"name": "JGProgressHUD",
"source_files": "Sources/Pippin/Adapters/JGProgressHUD/**/*.{h,m,swift}",
"dependencies": {
"Pippin/Core": [
],
"JGProgressHUD": [
]
}
}
]
},
{
"name": "CanIHaz",
"subspecs": [
{
"name": "Camera",
"source_files": "Sources/Pippin/CanIHaz/Camera/**/*.{h,m,swift}"
},
{
"name": "Location",
"source_files": "Sources/Pippin/CanIHaz/Location/**/*.{h,m,swift}",
"dependencies": {
"Result": [
]
}
}
]
},
{
"name": "Sensors",
"subspecs": [
{
"name": "Location",
"source_files": "Sources/Pippin/Sensors/Location/**/*.{h,m,swift}",
"frameworks": "CoreLocation",
"dependencies": {
"Pippin/Core": [
],
"Result": [
],
"Pippin/CanIHaz": [
]
}
}
]
},
{
"name": "Extensions",
"subspecs": [
{
"name": "Foundation",
"source_files": "Sources/Pippin/Extensions/Foundation/**/*.{h,m,swift}"
},
{
"name": "UIKit",
"source_files": "Sources/Pippin/Extensions/UIKit/**/*.{h,m,swift}",
"dependencies": {
"Anchorage": [
"~> 4"
],
"Pippin/Core": [
],
"Pippin/Extensions/Foundation": [
]
}
},
{
"name": "WebKit",
"source_files": "Sources/Pippin/Extensions/WebKit/**/*.{h,m,swift}",
"dependencies": {
"Pippin/Extensions/Foundation": [
]
}
}
]
}
]
}