mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-01-12 22:49:34 +08:00
105 lines
2.2 KiB
JSON
105 lines
2.2 KiB
JSON
{
|
|
"name": "PINRemoteImage",
|
|
"version": "3.0.0-beta",
|
|
"summary": "A thread safe, performant, feature rich image fetcher",
|
|
"homepage": "https://github.com/pinterest/PINRemoteImage",
|
|
"license": "Apache 2.0",
|
|
"authors": {
|
|
"Garrett Moon": "garrett@pinterest.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/pinterest/PINRemoteImage.git",
|
|
"tag": "3.0.0-beta"
|
|
},
|
|
"social_media_url": "https://twitter.com/garrettmoon",
|
|
"platforms": {
|
|
"ios": "6.0",
|
|
"tvos": "9.0"
|
|
},
|
|
"requires_arc": true,
|
|
"default_subspecs": "FLAnimatedImage",
|
|
"subspecs": [
|
|
{
|
|
"name": "Core",
|
|
"platforms": {
|
|
"ios": "6.0",
|
|
"tvos": "9.0",
|
|
"osx": "10.8"
|
|
},
|
|
"source_files": "Pod/Classes/**/*.{h,m}",
|
|
"exclude_files": [
|
|
"Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h",
|
|
"Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m"
|
|
],
|
|
"public_header_files": "Pod/Classes/**/*.h",
|
|
"frameworks": [
|
|
"ImageIO",
|
|
"Accelerate"
|
|
],
|
|
"dependencies": {
|
|
"PINCache": [
|
|
">=2.1"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "iOS",
|
|
"platforms": {
|
|
"ios": "6.0",
|
|
"tvos": "9.0"
|
|
},
|
|
"dependencies": {
|
|
"PINRemoteImage/Core": [
|
|
|
|
]
|
|
},
|
|
"frameworks": "UIKit"
|
|
},
|
|
{
|
|
"name": "OSX",
|
|
"platforms": {
|
|
"osx": "10.8"
|
|
},
|
|
"dependencies": {
|
|
"PINRemoteImage/Core": [
|
|
|
|
]
|
|
},
|
|
"frameworks": [
|
|
"Cocoa",
|
|
"CoreServices"
|
|
]
|
|
},
|
|
{
|
|
"name": "FLAnimatedImage",
|
|
"platforms": "ios",
|
|
"dependencies": {
|
|
"PINRemoteImage/Core": [
|
|
|
|
],
|
|
"FLAnimatedImage": [
|
|
">= 1.0"
|
|
]
|
|
},
|
|
"source_files": [
|
|
"Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h",
|
|
"Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m"
|
|
]
|
|
},
|
|
{
|
|
"name": "WebP",
|
|
"xcconfig": {
|
|
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PIN_WEBP=1"
|
|
},
|
|
"dependencies": {
|
|
"PINRemoteImage/Core": [
|
|
|
|
],
|
|
"libwebp": [
|
|
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|