[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / b / 9 / CPEExperience / 4.2.2 / CPEExperience.podspec.json
blob0513958225591da0ffa9362971875771b7496110
2   "name": "CPEExperience",
3   "version": "4.2.2",
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     "Imran Saadi": "imran.saadi@warnerbros.com",
12     "Alec Ananian": "alec.ananian@warnerbros.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "dependencies": {
18     "CPEData": [
19       "~> 3.0"
20     ],
21     "google-cast-sdk": [
22       "~> 3.0"
23     ],
24     "MBProgressHUD": [
25       "~> 0.9"
26     ],
27     "SDWebImage": [
28       "~> 4.0"
29     ],
30     "UAProgressView": [
31       "~> 0.1"
32     ],
33     "ReachabilitySwift": [
34       "~> 3.0"
35     ]
36   },
37   "source": {
38     "git": "https://github.com/warnerbros/cpe-manifest-ios-experience.git",
39     "tag": "4.2.2"
40   },
41   "source_files": [
42     "Source/**/*.swift",
43     "Source/*.swift"
44   ],
45   "resource_bundles": {
46     "CPEExperience": [
47       "Source/**/*.{xcassets,storyboard,strings,xib,ttf}"
48     ]
49   },
50   "vendored_frameworks": "Frameworks/*.framework",
51   "frameworks": [
52     "Accelerate",
53     "AVFoundation",
54     "CoreBluetooth",
55     "CoreData",
56     "CoreLocation",
57     "CoreText",
58     "GLKit",
59     "ImageIO",
60     "OpenGLES",
61     "QuartzCore",
62     "Security",
63     "SystemConfiguration",
64     "CoreGraphics"
65   ],
66   "libraries": [
67     "icucore",
68     "c++",
69     "z"
70   ],
71   "xcconfig": {
72     "FRAMEWORK_SEARCH_PATHS": "/Users/imran/Developer/Projects/WB/nextgen/cpe-manifest-ios-experience/Frameworks"
73   }