[Add] PooTools 1.9.56
[CocoaPods.git] / Specs / b / c / 5 / Arithmosophi / 2.2.0 / Arithmosophi.podspec.json
blob9f5a6300266a340b5c3d6524795553c458016aa3
2   "name": "Arithmosophi",
3   "version": "2.2.0",
4   "summary": "A set of protocols for Arithmetic and Logic",
5   "description": "Arithmosophi is a set of missing protocols that simplify\narithmetic, statistics and logicals operations on generic objects or functions.",
6   "homepage": "https://github.com/phimage/Arithmosophi",
7   "license": "MIT",
8   "authors": {
9     "phimage": "eric.marchand.n7@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9",
14     "watchos": "2.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/phimage/Arithmosophi.git",
19     "tag": "2.2.0"
20   },
21   "default_subspecs": "All",
22   "resources": "logo.png",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Arithmosophi.swift"
27     },
28     {
29       "name": "Logical",
30       "source_files": [
31         "LogicalOperationsType.swift"
32       ]
33     },
34     {
35       "name": "Arithmos",
36       "source_files": [
37         "Arithmos.swift"
38       ]
39     },
40     {
41       "name": "Statheros",
42       "source_files": [
43         "Statheros.swift"
44       ]
45     },
46     {
47       "name": "Complex",
48       "source_files": "Complex.swift",
49       "dependencies": {
50         "Arithmosophi/Core": [
52         ],
53         "Arithmosophi/Arithmos": [
55         ]
56       }
57     },
58     {
59       "name": "MesosOros",
60       "source_files": [
61         "MesosOros.swift"
62       ],
63       "dependencies": {
64         "Arithmosophi/Core": [
66         ]
67       }
68     },
69     {
70       "name": "Sigma",
71       "source_files": [
72         "Sigma.swift"
73       ],
74       "dependencies": {
75         "Arithmosophi/MesosOros": [
77         ],
78         "Arithmosophi/Arithmos": [
80         ]
81       }
82     },
83     {
84       "name": "Samples",
85       "source_files": "Samples/*.swift",
86       "dependencies": {
87         "Arithmosophi/All": [
89         ]
90       }
91     },
92     {
93       "name": "All",
94       "dependencies": {
95         "Arithmosophi/Core": [
97         ],
98         "Arithmosophi/Logical": [
100         ],
101         "Arithmosophi/Arithmos": [
103         ],
104         "Arithmosophi/Complex": [
106         ],
107         "Arithmosophi/Statheros": [
109         ],
110         "Arithmosophi/MesosOros": [
112         ],
113         "Arithmosophi/Sigma": [
115         ]
116       }
117     }
118   ]