[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / 5 / Arithmosophi / 1.0.0 / Arithmosophi.podspec.json
blob6550c1922c041c7cea18dda0c7d3aa545a0a222a
2   "name": "Arithmosophi",
3   "version": "1.0.0",
4   "summary": "A set of protocols for Arithmetic and Logic",
5   "description": "                   Arithmosophi is a set of missing protocols that simplify\n                   arithmetic and logicals operations on generic objects or functions.\n",
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": "1.0.0"
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": "Samples",
46       "source_files": "Samples/*.swift",
47       "dependencies": {
48         "Arithmosophi/All": [
50         ]
51       }
52     },
53     {
54       "name": "All",
55       "dependencies": {
56         "Arithmosophi/Core": [
58         ],
59         "Arithmosophi/Logical": [
61         ],
62         "Arithmosophi/Arithmos": [
64         ],
65         "Arithmosophi/Statheros": [
67         ]
68       }
69     }
70   ]