[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / 7 / f / FindIt / 1.0.3 / FindIt.podspec.json
blob08f9d24157b4ebc4a23f4984e690d39f4526588d
2   "name": "FindIt",
3   "version": "1.0.3",
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": "1.0.3"
17   },
18   "pod_target_xcconfig": {
19     "VALID_ARCHS": "arm64 armv7",
20     "ENABLE_BITCODE": "NO"
21   },
22   "user_target_xcconfig": {
23     "VALID_ARCHS": "arm64 armv7",
24     "ENABLE_BITCODE": "NO"
25   },
26   "platforms": {
27     "ios": "10.0"
28   },
29   "swift_version": "4.0",
30   "subspecs": [
31     {
32       "name": "Common",
33       "source_files": "FindIt/Common/**/*"
34     },
35     {
36       "name": "DKGL",
37       "source_files": "FindIt/DKGL/Classes/**/*",
38       "resources": [
39         "FindIt/DKGL/Xib/**/*",
40         "FindIt/DKGL/Assets/**/*.glsl"
41       ],
42       "dependencies": {
43         "FindIt/Common": [
45         ]
46       }
47     },
48     {
49       "name": "GeoLightLocalization",
50       "source_files": "FindIt/GeoLightLocalization/Classes/**/*",
51       "exclude_files": "FindIt/GeoLightLocalization/Classes/GeoLocPhilips.swift",
52       "dependencies": {
53         "FindIt/Common": [
55         ]
56       }
57     },
58     {
59       "name": "StoreFiles",
60       "source_files": "FindIt/StoreFiles/Classes/**/*",
61       "resources": "FindIt/storefiles/Xib/**/*",
62       "dependencies": {
63         "AWSS3": [
64           "2.6.12"
65         ],
66         "ZIPFoundation": [
67           "~> 0.9"
68         ],
69         "FindIt/Common": [
71         ]
72       }
73     },
74     {
75       "name": "StoreMap",
76       "source_files": "FindIt/Storemap/Classes/**/*",
77       "resources": [
78         "FindIt/Storemap/Xib/**/*",
79         "FindIt/Storemap/Assets/**/*.png"
80       ],
81       "dependencies": {
82         "FindIt/StoreFiles": [
84         ],
85         "FindIt/GeoLightLocalization": [
87         ],
88         "FindIt/DKGL": [
90         ],
91         "FindIt/Common": [
93         ]
94       }
95     }
96   ]