[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / c / 5 / Arithmosophi / 4.0.0 / Arithmosophi.podspec.json
blobb3111538d1c847004206f21c73ac64275c88bbd6
2   "name": "Arithmosophi",
3   "version": "4.0.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": "4.0.0"
20   },
21   "default_subspecs": "All",
22   "resources": "logo.png",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Arithmosophi.swift"
28     },
29     {
30       "name": "Logical",
31       "source_files": [
32         "Sources/LogicalOperationsType.swift"
33       ]
34     },
35     {
36       "name": "Arithmos",
37       "source_files": [
38         "Sources/Arithmos.swift"
39       ]
40     },
41     {
42       "name": "Statheros",
43       "source_files": [
44         "Sources/Statheros.swift"
45       ]
46     },
47     {
48       "name": "Complex",
49       "source_files": "Sources/Complex.swift",
50       "dependencies": {
51         "Arithmosophi/Core": [
53         ],
54         "Arithmosophi/Arithmos": [
56         ]
57       }
58     },
59     {
60       "name": "MesosOros",
61       "source_files": [
62         "Sources/MesosOros.swift"
63       ],
64       "dependencies": {
65         "Arithmosophi/Core": [
67         ]
68       }
69     },
70     {
71       "name": "Sigma",
72       "source_files": [
73         "Sources/Sigma.swift"
74       ],
75       "dependencies": {
76         "Arithmosophi/MesosOros": [
78         ],
79         "Arithmosophi/Arithmos": [
81         ]
82       }
83     },
84     {
85       "name": "Samples",
86       "source_files": "Samples/*.swift",
87       "dependencies": {
88         "Arithmosophi/All": [
90         ]
91       }
92     },
93     {
94       "name": "All",
95       "dependencies": {
96         "Arithmosophi/Core": [
98         ],
99         "Arithmosophi/Logical": [
101         ],
102         "Arithmosophi/Arithmos": [
104         ],
105         "Arithmosophi/Complex": [
107         ],
108         "Arithmosophi/Statheros": [
110         ],
111         "Arithmosophi/MesosOros": [
113         ],
114         "Arithmosophi/Sigma": [
116         ]
117       }
118     }
119   ]