| { |
| "name": "CPEExperience", |
| "version": "4.1.1", |
| "summary": "iOS User Experience for Cross-Platform Extras", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "homepage": "https://github.com/warnerbros/cpe-manifest-ios-experience", |
| "authors": { |
| "Alec Ananian": "alec.ananian@warnerbros.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "dependencies": { |
| "CPEData": [ |
| "~> 3.0" |
| ], |
| "google-cast-sdk": [ |
| "~> 3.0" |
| ], |
| "MBProgressHUD": [ |
| "~> 0.9" |
| ], |
| "SDWebImage": [ |
| "~> 4.0" |
| ], |
| "UAProgressView": [ |
| "~> 0.1" |
| ], |
| "ReachabilitySwift": [ |
| "~> 3.0" |
| ] |
| }, |
| "source": { |
| "git": "https://github.com/warnerbros/cpe-manifest-ios-experience.git", |
| "tag": "4.1.1" |
| }, |
| "source_files": [ |
| "Source/**/*.swift", |
| "Source/*.swift" |
| ], |
| "resource_bundles": { |
| "CPEExperience": [ |
| "Source/**/*.{xcassets,storyboard,strings,xib,ttf}" |
| ] |
| }, |
| "vendored_frameworks": "Frameworks/*.framework", |
| "frameworks": [ |
| "Accelerate", |
| "AVFoundation", |
| "CoreBluetooth", |
| "CoreData", |
| "CoreLocation", |
| "CoreText", |
| "GLKit", |
| "ImageIO", |
| "OpenGLES", |
| "QuartzCore", |
| "Security", |
| "SystemConfiguration", |
| "CoreGraphics" |
| ], |
| "libraries": [ |
| "icucore", |
| "c++", |
| "z" |
| ], |
| "xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "./Frameworks" |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |