mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-03-29 15:59:12 +08:00
92 lines
2.0 KiB
JSON
92 lines
2.0 KiB
JSON
{
|
|
"name": "PINRemoteImage",
|
|
"version": "2.0",
|
|
"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": "2.0"
|
|
},
|
|
"social_media_url": "https://twitter.com/garrettmoon",
|
|
"platforms": {
|
|
"ios": "6.0",
|
|
"osx": "10.8"
|
|
},
|
|
"requires_arc": true,
|
|
"default_subspecs": "FLAnimatedImage",
|
|
"subspecs": [
|
|
{
|
|
"name": "Core",
|
|
"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",
|
|
"dependencies": {
|
|
"PINRemoteImage/Core": [
|
|
|
|
]
|
|
},
|
|
"frameworks": "UIKit"
|
|
},
|
|
{
|
|
"name": "OSX",
|
|
"platforms": "osx",
|
|
"dependencies": {
|
|
"PINRemoteImage/Core": [
|
|
|
|
]
|
|
},
|
|
"frameworks": "Cocoa"
|
|
},
|
|
{
|
|
"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": [
|
|
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|