blob: e56139396fb881683506c589f0452c6b12e55354 [file] [log] [blame]
{
"name": "Arithmosophi",
"version": "4.1.0",
"summary": "A set of protocols for Arithmetic and Logic",
"description": "Arithmosophi is a set of missing protocols that simplify\narithmetic, statistics and logicals operations on generic objects or functions.",
"homepage": "https://github.com/phimage/Arithmosophi",
"license": "MIT",
"authors": {
"phimage": "eric.marchand.n7@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/phimage/Arithmosophi.git",
"tag": "4.1.0"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Arithmosophi.swift"
},
{
"name": "Logical",
"source_files": [
"Sources/LogicalOperationsType.swift"
]
},
{
"name": "Arithmos",
"source_files": [
"Sources/Arithmos.swift"
]
},
{
"name": "Statheros",
"source_files": [
"Sources/Statheros.swift"
]
},
{
"name": "Complex",
"source_files": "Sources/Complex.swift",
"dependencies": {
"Arithmosophi/Core": [
],
"Arithmosophi/Arithmos": [
]
}
},
{
"name": "MesosOros",
"source_files": [
"Sources/MesosOros.swift"
],
"dependencies": {
"Arithmosophi/Core": [
]
}
},
{
"name": "Sigma",
"source_files": [
"Sources/Sigma.swift"
],
"dependencies": {
"Arithmosophi/MesosOros": [
],
"Arithmosophi/Arithmos": [
]
}
},
{
"name": "Samples",
"source_files": "Samples/*.swift",
"dependencies": {
"Arithmosophi/All": [
]
}
},
{
"name": "All",
"dependencies": {
"Arithmosophi/Core": [
],
"Arithmosophi/Logical": [
],
"Arithmosophi/Arithmos": [
],
"Arithmosophi/Complex": [
],
"Arithmosophi/Statheros": [
],
"Arithmosophi/MesosOros": [
],
"Arithmosophi/Sigma": [
]
}
}
]
}