blob: 523598a93f1a61764a04784d0956883fc14d5bab [file] [log] [blame]
{
"name": "Pippin",
"version": "12.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-12.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"default_subspecs": [
"Core",
"Extensions"
],
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/Pippin/**/*.swift"
}
],
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/Pippin/Core/**/*.{h,m,swift}",
"Sources/Pippin/Sensors/**/*.{h,m,swift}",
"Sources/Pippin/Controls/**/*.{h,m,swift}",
"Sources/Pippin/CanIHaz/Camera/**/*.{h,m,swift}",
"Sources/Pippin/CanIHaz/Location/**/*.{h,m,swift}"
],
"dependencies": {
"Result": [
],
"Anchorage": [
"~> 4"
],
"Pippin/Extensions": [
]
}
},
{
"name": "Extensions",
"source_files": [
"Sources/Pippin/Extensions/**/*.{h,m,swift}"
],
"dependencies": {
"Anchorage": [
"~> 4"
]
}
}
]
}