blob: c32a56ff05a30d9cc0c5d497969f76587bd35a45 [file] [log] [blame]
{
"name": "Pippin",
"version": "1.0.0",
"summary": "A basic framework for an app's various components, like logging and crash reporting, and various Swift utilities for working with Apple frameworks.",
"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": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"default_subspecs": [
"Core",
"CanIHaz",
"Extensions",
"Adapters",
"Assets"
],
"pushed_with_swift_version": "4.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift"
}
],
"subspecs": [
{
"name": "Assets",
"resources": "Resources/Assets.xcassets"
},
{
"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": "Core",
"source_files": "Sources/Pippin/Core/**/*.{h,m,swift}",
"dependencies": {
"Pippin/Extensions/Foundation": [
]
}
},
{
"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}"
}
]
},
{
"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": [
]
}
}
]
}
]
}