[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 3 / a / LMGData / 1.5.0 / LMGData.podspec.json
blob91c206892c59a7b31289253b4ff1e083f2ca73d4
2   "name": "LMGData",
3   "version": "1.5.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.5.0/LMGData.zip"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "LMGData.framework/Headers/*.{h}",
21   "preserve_paths": "LMGData.framework",
22   "vendored_frameworks": "LMGData.framework",
23   "dependencies": {
24     "SnowplowTracker": [
25       "~> 0.9.0"
26     ],
27     "FXKeychain": [
28       "~> 1.5"
29     ]
30   },
31   "ios": {
32     "frameworks": [
33       "Foundation",
34       "MapKit",
35       "CoreData",
36       "CoreLocation"
37     ]
38   },
39   "public_header_files": [
40     "LMGData.framework/Headers/*.{h}"
41   ]