[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 7 / f / FindIt / 0.9.1 / FindIt.podspec.json
blobf60a221875db24ba171c83d062cb357bd0ab9830
2   "name": "FindIt",
3   "version": "0.9.1",
4   "summary": "A short description of FindIt.",
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.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Common",
25       "source_files": "FindIt/Common/**/*"
26     },
27     {
28       "name": "DKGL",
29       "source_files": "FindIt/DKGL/Classes/**/*",
30       "resources": [
31         "FindIt/DKGL/Xib/**/*",
32         "FindIt/DKGL/Assets/**/*.glsl"
33       ],
34       "dependencies": {
35         "FindIt/Common": [
37         ]
38       }
39     },
40     {
41       "name": "GeoLightLocalization",
42       "source_files": [
43         "FindIt/GeoLightLocalization/Classes/**/*",
44         "FindIt/GeoLightLocalization/Libs/**/*.{h}"
45       ],
46       "dependencies": {
47         "FindIt/Common": [
49         ]
50       }
51     },
52     {
53       "name": "StoreFiles",
54       "source_files": "FindIt/StoreFiles/Classes/**/*",
55       "resources": "FindIt/storefiles/Xib/**/*",
56       "dependencies": {
57         "AWSS3": [
58           "2.6.12"
59         ],
60         "ZIPFoundation": [
61           "~> 0.9"
62         ],
63         "FindIt/Common": [
65         ]
66       }
67     },
68     {
69       "name": "StoreMap",
70       "source_files": "FindIt/Storemap/Classes/**/*",
71       "resources": [
72         "FindIt/Storemap/Xib/**/*",
73         "FindIt/Storemap/Assets/**/*.png"
74       ],
75       "dependencies": {
76         "FindIt/StoreFiles": [
78         ],
79         "FindIt/GeoLightLocalization": [
81         ],
82         "FindIt/DKGL": [
84         ],
85         "FindIt/Common": [
87         ]
88       }
89     }
90   ]