[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / b / c / 5 / Arithmosophi / 4.2.0 / Arithmosophi.podspec.json
blobb3ce9c2fb32490659959bf7cdca8f8d8da13e3c1
2   "name": "Arithmosophi",
3   "version": "4.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": "9.0",
13     "osx": "10.10",
14     "watchos": "2.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/phimage/Arithmosophi.git",
19     "tag": "4.2.0"
20   },
21   "default_subspecs": "All",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Sources/Arithmosophi.swift"
26     },
27     {
28       "name": "Logical",
29       "source_files": [
30         "Sources/LogicalOperationsType.swift"
31       ]
32     },
33     {
34       "name": "Arithmos",
35       "source_files": [
36         "Sources/Arithmos.swift"
37       ]
38     },
39     {
40       "name": "Statheros",
41       "source_files": [
42         "Sources/Statheros.swift"
43       ]
44     },
45     {
46       "name": "Complex",
47       "source_files": "Sources/Complex.swift",
48       "dependencies": {
49         "Arithmosophi/Core": [
51         ],
52         "Arithmosophi/Arithmos": [
54         ]
55       }
56     },
57     {
58       "name": "MesosOros",
59       "source_files": [
60         "Sources/MesosOros.swift"
61       ],
62       "dependencies": {
63         "Arithmosophi/Core": [
65         ]
66       }
67     },
68     {
69       "name": "Sigma",
70       "source_files": [
71         "Sources/Sigma.swift"
72       ],
73       "dependencies": {
74         "Arithmosophi/MesosOros": [
76         ],
77         "Arithmosophi/Arithmos": [
79         ]
80       }
81     },
82     {
83       "name": "Samples",
84       "source_files": "Samples/*.swift",
85       "dependencies": {
86         "Arithmosophi/All": [
88         ]
89       }
90     },
91     {
92       "name": "All",
93       "dependencies": {
94         "Arithmosophi/Core": [
96         ],
97         "Arithmosophi/Logical": [
99         ],
100         "Arithmosophi/Arithmos": [
102         ],
103         "Arithmosophi/Complex": [
105         ],
106         "Arithmosophi/Statheros": [
108         ],
109         "Arithmosophi/MesosOros": [
111         ],
112         "Arithmosophi/Sigma": [
114         ]
115       }
116     }
117   ]