[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 7 / f / FindIt / 0.0.1 / FindIt.podspec.json
blobff5b28057c5c5d9f2f85a93bd777ba4c9ba1d951
2   "name": "FindIt",
3   "version": "0.0.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.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "FindIt/**/*",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "DKGL",
26       "source_files": "FindIt/DKGL/Classes/**/*",
27       "resources": "FindIt/DKGL/Assets/**/*"
28     },
29     {
30       "name": "GeoLightLocalization",
31       "source_files": [
32         "FindIt/GeoLightLocalization/Classes/**/*",
33         "FindIt/GeoLightLocalization/Assets/**/*.{h}"
34       ]
35     },
36     {
37       "name": "StoreFiles",
38       "source_files": "FindIt/StoreFiles/Classes/**/*",
39       "dependencies": {
40         "AWSS3": [
41           "2.6.8"
42         ],
43         "ReachabilitySwift": [
44           "~> 3"
45         ],
46         "Alamofire": [
47           "4.4.0"
48         ]
49       }
50     },
51     {
52       "name": "StoreMap",
53       "source_files": "FindIt/Storemap/Classes/**/*",
54       "dependencies": {
55         "FindIt/StoreFiles": [
57         ],
58         "FindIt/GeoLightLocalization": [
60         ],
61         "FindIt/DKGL": [
63         ]
64       }
65     }
66   ]