[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / c / 5 / Arithmosophi / 2.0.2 / Arithmosophi.podspec.json
blob94434d33affa5a0da8d3967adadd6c8776db3651
2   "name": "Arithmosophi",
3   "version": "2.0.2",
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.2"
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": "MesosOros",
48       "source_files": [
49         "MesosOros.swift"
50       ],
51       "dependencies": {
52         "Arithmosophi/Core": [
54         ]
55       }
56     },
57     {
58       "name": "Samples",
59       "source_files": "Samples/*.swift",
60       "dependencies": {
61         "Arithmosophi/All": [
63         ]
64       }
65     },
66     {
67       "name": "All",
68       "dependencies": {
69         "Arithmosophi/Core": [
71         ],
72         "Arithmosophi/Logical": [
74         ],
75         "Arithmosophi/Arithmos": [
77         ],
78         "Arithmosophi/Statheros": [
80         ],
81         "Arithmosophi/MesosOros": [
83         ]
84       }
85     }
86   ]