[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 7 / f / FindIt / 0.9.0 / FindIt.podspec.json
blob7af8d3e26708c0bfe6381c6c1f6604bbd40d5b96
2   "name": "FindIt",
3   "version": "0.9.0",
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.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "FindIt/**/*",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Common",
26       "source_files": "FindIt/Common/**/*"
27     },
28     {
29       "name": "DKGL",
30       "source_files": "FindIt/DKGL/Classes/**/*",
31       "resources": [
32         "FindIt/DKGL/Assets/**/*",
33         "FindIt/DKGL/Xib/**/*"
34       ],
35       "dependencies": {
36         "FindIt/Common": [
38         ]
39       }
40     },
41     {
42       "name": "GeoLightLocalization",
43       "source_files": [
44         "FindIt/GeoLightLocalization/Classes/**/*",
45         "FindIt/GeoLightLocalization/Libs/**/*.{h}"
46       ],
47       "dependencies": {
48         "FindIt/Common": [
50         ]
51       }
52     },
53     {
54       "name": "StoreFiles",
55       "source_files": "FindIt/StoreFiles/Classes/**/*",
56       "resources": "FindIt/storefiles/Xib/**/*",
57       "dependencies": {
58         "AWSS3": [
59           "2.6.12"
60         ],
61         "ZIPFoundation": [
62           "~> 0.9"
63         ],
64         "FindIt/Common": [
66         ]
67       }
68     },
69     {
70       "name": "StoreMap",
71       "source_files": "FindIt/Storemap/Classes/**/*",
72       "resources": "FindIt/Storemap/Xib/**/*",
73       "dependencies": {
74         "FindIt/StoreFiles": [
76         ],
77         "FindIt/GeoLightLocalization": [
79         ],
80         "FindIt/DKGL": [
82         ],
83         "FindIt/Common": [
85         ]
86       }
87     }
88   ]