[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 7 / f / FindIt / 0.9.5 / FindIt.podspec.json
blob1c4deda4c78ea2ade93eedb2563439ad228b8cd0
2   "name": "FindIt",
3   "version": "0.9.5",
4   "summary": "StoreMap (& co) - with 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.5"
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       "vendored_frameworks": "FindIt/GeoLightLocalization/Libs/IndoorPositioning.framework",
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       "vendored_frameworks": "FindIt/GeoLightLocalization/Libs/IndoorPositioning.framework",
82       "dependencies": {
83         "FindIt/StoreFiles": [
85         ],
86         "FindIt/GeoLightLocalization": [
88         ],
89         "FindIt/DKGL": [
91         ],
92         "FindIt/Common": [
94         ]
95       }
96     }
97   ]