blob: d8cb64f4cf8c1944e94e93c48d3070af90f16280 [file] [log] [blame]
{
"name": "MOBCore",
"version": "2.4.7",
"summary": "A core set of functions and extensions to power a slew of applications",
"homepage": "https://github.com/Moballo-LLC/MOBCore",
"license": "MIT",
"authors": {
"Jason Morcos - Moballo, LLC": "jason.morcos@moballo.com"
},
"source": {
"git": "https://github.com/Moballo-LLC/MOBCore.git",
"tag": "2.4.7"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"frameworks": "Foundation",
"source_files": [
"Sources/**/*.swift"
],
"ios": {
"source_files": "Sources-iOS-only/**/*.swift"
},
"watchos": {
"source_files": "Sources-watchOS-only/**/*.swift"
}
}