[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / a / 0 / Vulcan / 0.3.0 / Vulcan.podspec.json
blob0b0ed6a9622ab2a5242914ba47baae5073341e89
2   "name": "Vulcan",
3   "version": "0.3.0",
4   "license": "MIT",
5   "summary": "Multi image downloader with priority in Swift",
6   "homepage": "https://github.com/jinSasaki/Vulcan",
7   "social_media_url": "http://twitter.com/sasakky_j",
8   "authors": {
9     "Jin Sasaki": "sasakky.j@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jinSasaki/Vulcan.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "source_files": "Sources/**/*.swift",
20   "pushed_with_swift_version": "3.1",
21   "subspecs": [
22     {
23       "name": "WebP",
24       "source_files": "Sources/WebP/*.{h,m,swift}",
25       "xcconfig": {
26         "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
27       },
28       "dependencies": {
29         "libwebp": [
31         ]
32       }
33     }
34   ]