[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / b / c / 5 / Arithmosophi / 2.0.4 / Arithmosophi.podspec.json
blob7e6bf20b443582ae20b1b552ef55a70288dcaac1
2   "name": "Arithmosophi",
3   "version": "2.0.4",
4   "summary": "A set of protocols for Arithmetic and Logic",
5   "description": "Arithmosophi is a set of missing protocols that simplify\narithmetic 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.0.4"
20   },
21   "default_subspecs": "All",
22   "resources": "logo-128x128.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       }
54     },
55     {
56       "name": "MesosOros",
57       "source_files": [
58         "MesosOros.swift"
59       ],
60       "dependencies": {
61         "Arithmosophi/Core": [
63         ]
64       }
65     },
66     {
67       "name": "Samples",
68       "source_files": "Samples/*.swift",
69       "dependencies": {
70         "Arithmosophi/All": [
72         ]
73       }
74     },
75     {
76       "name": "All",
77       "dependencies": {
78         "Arithmosophi/Core": [
80         ],
81         "Arithmosophi/Logical": [
83         ],
84         "Arithmosophi/Arithmos": [
86         ],
87         "Arithmosophi/Complex": [
89         ],
90         "Arithmosophi/Statheros": [
92         ],
93         "Arithmosophi/MesosOros": [
95         ]
96       }
97     }
98   ]