blob: 6550c1922c041c7cea18dda0c7d3aa545a0a222a [file] [log] [blame]
{
"name": "Arithmosophi",
"version": "1.0.0",
"summary": "A set of protocols for Arithmetic and Logic",
"description": " Arithmosophi is a set of missing protocols that simplify\n arithmetic and logicals operations on generic objects or functions.\n",
"homepage": "https://github.com/phimage/Arithmosophi",
"license": "MIT",
"authors": {
"phimage": "eric.marchand.n7@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/phimage/Arithmosophi.git",
"tag": "1.0.0"
},
"default_subspecs": "All",
"resources": "logo-128x128.png",
"subspecs": [
{
"name": "Core",
"source_files": "Arithmosophi.swift"
},
{
"name": "Logical",
"source_files": [
"LogicalOperationsType.swift"
]
},
{
"name": "Arithmos",
"source_files": [
"Arithmos.swift"
]
},
{
"name": "Statheros",
"source_files": [
"Statheros.swift"
]
},
{
"name": "Samples",
"source_files": "Samples/*.swift",
"dependencies": {
"Arithmosophi/All": [
]
}
},
{
"name": "All",
"dependencies": {
"Arithmosophi/Core": [
],
"Arithmosophi/Logical": [
],
"Arithmosophi/Arithmos": [
],
"Arithmosophi/Statheros": [
]
}
}
]
}