blob: 29358a628a737129c79be5d7b34be68cb3baa122 [file] [log] [blame]
{
"name": "PINRemoteImage",
"version": "2.0.1",
"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.1"
},
"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": "6.0"
},
"dependencies": {
"PINRemoteImage/Core": [
]
},
"frameworks": "UIKit"
},
{
"name": "OSX",
"platforms": {
"osx": "10.8"
},
"dependencies": {
"PINRemoteImage/Core": [
]
},
"frameworks": "Cocoa"
},
{
"name": "FLAnimatedImage",
"platforms": {
"ios": "6.0"
},
"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": [
]
}
}
]
}