blob: 17ea914a4dba18104eb957fa451574939b0d13e1 [file] [log] [blame]
{
"name": "Vulcan",
"version": "0.2.0",
"license": "MIT",
"summary": "Multi image downloader with priority in Swift",
"homepage": "https://github.com/jinSasaki/Vulcan",
"social_media_url": "http://twitter.com/sasakky_j",
"authors": {
"Jin Sasaki": "sasakky.j@gmail.com"
},
"source": {
"git": "https://github.com/jinSasaki/Vulcan.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "WebP",
"source_files": "Sources/WebP/*.{h,m,swift}",
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
},
"dependencies": {
"libwebp": [
]
}
}
]
}