blob: 13d6cfb5e22093b6f650da34cb17af070675bba7 [file] [log] [blame]
{
"name": "PippinCore",
"version": "2.0.1",
"summary": "A Swift framework to scaffold and abstract the common major parts of an app, to make development faster and maintenance easier.",
"description": "A collection of Swift and Objective-C utilities delivering reusable components of iOS applications and utilities to work with Apple and third-party frameworks.",
"homepage": "https://github.com/tworingsoft/Pippin",
"license": "MIT",
"authors": {
"Andrew McKnight": "andrew@tworingsoft.com"
},
"source": {
"git": "https://github.com/tworingsoft/Pippin.git",
"tag": "PippinCore-2.0.1"
},
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "com.tworingsoft.pippin"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.1",
"source_files": [
"Sources/PippinCore/**/*.{h,m,swift}"
],
"dependencies": {
"Result": [
],
"PippinLibrary": [
]
},
"module_name": "Pippin",
"swift_version": "5.1"
}