[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / b / 9 / CPEExperience / 4.2.0 / CPEExperience.podspec.json
blob0389703dcd1c820a73a62e8dd4dbae1cc0715167
2   "name": "CPEExperience",
3   "version": "4.2.0",
4   "summary": "iOS User Experience for Cross-Platform Extras",
5   "license": {
6     "type": "Apache License, Version 2.0",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/warnerbros/cpe-manifest-ios-experience",
10   "authors": {
11     "Alec Ananian": "alec.ananian@warnerbros.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "dependencies": {
17     "CPEData": [
18       "~> 3.0"
19     ],
20     "google-cast-sdk": [
21       "~> 3.0"
22     ],
23     "MBProgressHUD": [
24       "~> 0.9"
25     ],
26     "SDWebImage": [
27       "~> 4.0"
28     ],
29     "UAProgressView": [
30       "~> 0.1"
31     ],
32     "ReachabilitySwift": [
33       "~> 3.0"
34     ]
35   },
36   "source": {
37     "git": "https://github.com/warnerbros/cpe-manifest-ios-experience.git",
38     "tag": "4.2.0"
39   },
40   "source_files": [
41     "Source/**/*.swift",
42     "Source/*.swift"
43   ],
44   "resource_bundles": {
45     "CPEExperience": [
46       "Source/**/*.{xcassets,storyboard,strings,xib,ttf}"
47     ]
48   },
49   "vendored_frameworks": "Frameworks/*.framework",
50   "frameworks": [
51     "Accelerate",
52     "AVFoundation",
53     "CoreBluetooth",
54     "CoreData",
55     "CoreLocation",
56     "CoreText",
57     "GLKit",
58     "ImageIO",
59     "OpenGLES",
60     "QuartzCore",
61     "Security",
62     "SystemConfiguration",
63     "CoreGraphics"
64   ],
65   "libraries": [
66     "icucore",
67     "c++",
68     "z"
69   ],
70   "xcconfig": {
71     "FRAMEWORK_SEARCH_PATHS": "./Frameworks"
72   }