blob: ed9e21ee433aa4152a41dafa14f3c2846d22ae48 [file] [log] [blame]
{
"name": "PippinLibrary",
"version": "1.0.0",
"summary": "Extensions on Cocoa Touch and Swift stdlib SDKs.",
"description": "All manner of extensions, categories, subclasses, wrappers, helpful functions, macros, syntactic sugar, utilities, &c that make coding faster and more semantically accurate.",
"homepage": "https://github.com/tworingsoft/Pippin",
"license": "MIT",
"authors": {
"Andrew McKnight": "andrew@tworingsoft.com"
},
"source": {
"git": "https://github.com/tworingsoft/Pippin.git",
"tag": "PippinLibrary-1.0.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"ios": {
"source_files": "Sources/PippinLibrary/**/*.{h,m,swift}"
},
"osx": {
"source_files": "Sources/PippinLibrary/Foundation/**/*.{h,m,swift}"
},
"xcconfig": {
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
},
"dependencies": {
"Anchorage": [
]
},
"swift_version": "5.1",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/PippinLibrary/**/*.swift"
}
]
}