[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / c / 5 / Arithmosophi / 2.0.1 / Arithmosophi.podspec.json
blob0d8dfe856b3bb9a09f2b2f7fb16e6c47dcea88c8
2   "name": "Arithmosophi",
3   "version": "2.0.1",
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   },
15   "source": {
16     "git": "https://github.com/phimage/Arithmosophi.git",
17     "tag": "2.0.1"
18   },
19   "default_subspecs": "All",
20   "resources": "logo-128x128.png",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Arithmosophi.swift"
25     },
26     {
27       "name": "Logical",
28       "source_files": [
29         "LogicalOperationsType.swift"
30       ]
31     },
32     {
33       "name": "Arithmos",
34       "source_files": [
35         "Arithmos.swift"
36       ]
37     },
38     {
39       "name": "Statheros",
40       "source_files": [
41         "Statheros.swift"
42       ]
43     },
44     {
45       "name": "MesosOros",
46       "source_files": [
47         "MesosOros.swift"
48       ],
49       "dependencies": {
50         "Arithmosophi/Core": [
52         ]
53       }
54     },
55     {
56       "name": "Samples",
57       "source_files": "Samples/*.swift",
58       "dependencies": {
59         "Arithmosophi/All": [
61         ]
62       }
63     },
64     {
65       "name": "All",
66       "dependencies": {
67         "Arithmosophi/Core": [
69         ],
70         "Arithmosophi/Logical": [
72         ],
73         "Arithmosophi/Arithmos": [
75         ],
76         "Arithmosophi/Statheros": [
78         ],
79         "Arithmosophi/MesosOros": [
81         ]
82       }
83     }
84   ]