[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / b / 3 / a / LMGData / 1.0.0 / LMGData.podspec.json
blob88d38b02ff1b6a20ac9791a661cd3ab022ea6fe7
2   "name": "LMGData",
3   "version": "1.0.0",
4   "summary": "LMG iOS SDK Access Layer",
5   "description": "Implements the SDK facade ojects for the LMG iOS SDK.",
6   "homepage": "https://github.com/loopmediagroup/loopmediagroup-ios",
7   "license": {
8     "type": "Copyright",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Loop Media Group": "dev@loopmediagroup.com"
13   },
14   "source": {
15     "http": "https://github.com/loopmediagroup/loopmediagroup-ios/releases/download/Data-v1.0.0/LMGData.zip"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "LMGData.framework/Headers/*.{h}",
21   "resource_bundles": {
22     "LMGData": [
23       "LMGData.framework/LMGData.momd"
24     ]
25   },
26   "preserve_paths": "LMGData.framework",
27   "vendored_frameworks": "LMGData.framework",
28   "dependencies": {
29     "SnowplowTracker": [
30       "~> 0.9.0"
31     ],
32     "FXKeychain": [
33       "~> 1.5"
34     ]
35   },
36   "ios": {
37     "frameworks": [
38       "Foundation",
39       "MapKit",
40       "CoreData",
41       "CoreLocation"
42     ]
43   },
44   "public_header_files": [
45     "LMGData.framework/Headers/*.{h}"
46   ]