[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 7 / f / FindIt / 0.9.4 / FindIt.podspec.json
blob934369c3facf0b274b9fc2c909e81a8137a1220e
2   "name": "FindIt",
3   "version": "0.9.4",
4   "summary": "StoreMap (& co) - without philips tracking",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://git.osiris.withoxylane.com:ecommerce-mobile/FindIt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Loìˆc Albert": "external.Z05LALBE@decathlon.com"
13   },
14   "source": {
15     "git": "git@git.osiris.withoxylane.com:ecommerce-mobile/LibFindit-ios.git",
16     "tag": "0.9.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "subspecs": [
22     {
23       "name": "Common",
24       "source_files": "FindIt/Common/**/*"
25     },
26     {
27       "name": "DKGL",
28       "source_files": "FindIt/DKGL/Classes/**/*",
29       "resources": [
30         "FindIt/DKGL/Xib/**/*",
31         "FindIt/DKGL/Assets/**/*.glsl"
32       ],
33       "dependencies": {
34         "FindIt/Common": [
36         ]
37       }
38     },
39     {
40       "name": "GeoLightLocalization",
41       "source_files": "FindIt/GeoLightLocalization/Classes/**/*",
42       "exclude_files": "FindIt/GeoLightLocalization/Classes/GeoLocPhilips.swift",
43       "dependencies": {
44         "FindIt/Common": [
46         ]
47       }
48     },
49     {
50       "name": "StoreFiles",
51       "source_files": "FindIt/StoreFiles/Classes/**/*",
52       "resources": "FindIt/storefiles/Xib/**/*",
53       "dependencies": {
54         "AWSS3": [
55           "2.6.12"
56         ],
57         "ZIPFoundation": [
58           "~> 0.9"
59         ],
60         "FindIt/Common": [
62         ]
63       }
64     },
65     {
66       "name": "StoreMap",
67       "source_files": "FindIt/Storemap/Classes/**/*",
68       "resources": [
69         "FindIt/Storemap/Xib/**/*",
70         "FindIt/Storemap/Assets/**/*.png"
71       ],
72       "dependencies": {
73         "FindIt/StoreFiles": [
75         ],
76         "FindIt/GeoLightLocalization": [
78         ],
79         "FindIt/DKGL": [
81         ],
82         "FindIt/Common": [
84         ]
85       }
86     }
87   ]