| { |
| "name": "VVMoviePlayer", |
| "version": "2.0.5", |
| "summary": "iOS library for playback of VolarVideo.com content", |
| "homepage": "http://volarvideo.com", |
| "authors": { |
| "VolarVideo, Inc": "appledev@volarvideo.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/volarvideo/ios-volar-public-framework.git", |
| "tag": "v2.0.5" |
| }, |
| "source_files": "VVMoviePlayer/Headers/*.h", |
| "preserve_paths": "VVMoviePlayer/libVVMoviePlayer.a", |
| "vendored_libraries": "VVMoviePlayer/libVVMoviePlayer.a", |
| "frameworks": [ |
| "CoreLocation", |
| "Security", |
| "CFNetwork", |
| "MapKit", |
| "EventKitUI", |
| "EventKit", |
| "CoreMedia", |
| "AVFoundation", |
| "SystemConfiguration", |
| "MediaPlayer", |
| "ImageIO", |
| "MessageUI", |
| "QuartzCore", |
| "UIKit", |
| "Foundation", |
| "CoreGraphics" |
| ], |
| "dependencies": { |
| "libPusher": [ |
| "1.4" |
| ] |
| }, |
| "libraries": [ |
| "icucore", |
| "z", |
| "xml2", |
| "VVMoviePlayer" |
| ], |
| "resources": "VVMoviePlayer/VVMoviePlayerResources.bundle", |
| "requires_arc": true, |
| "xcconfig": { |
| "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/VVMoviePlayer\"", |
| "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/VVMoviePlayer/Headers\"" |
| }, |
| "license": { |
| "type": "Apache 2.0", |
| "text": "VVMoviePlayer/LICENSE" |
| } |
| } |