blob: 1b4d9a9c3a7692fb45829a13d0221f0b106ad1b7 [file] [log] [blame]
{
"name": "PINRemoteImage",
"version": "3.0.0-beta.6",
"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.6"
},
"social_media_url": "https://twitter.com/garrettmoon",
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"requires_arc": true,
"default_subspecs": [
"FLAnimatedImage",
"PINCache"
],
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "7.0",
"tvos": "9.0",
"osx": "10.9"
},
"source_files": "Pod/Classes/**/*.{h,m}",
"exclude_files": [
"Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h",
"Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m",
"Pod/Classes/PINCache/**/*.{h,m}"
],
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"ImageIO",
"Accelerate"
]
},
{
"name": "iOS",
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"dependencies": {
"PINRemoteImage/Core": [
]
},
"frameworks": "UIKit"
},
{
"name": "OSX",
"platforms": {
"osx": "10.9"
},
"dependencies": {
"PINRemoteImage/Core": [
]
},
"frameworks": [
"Cocoa",
"CoreServices"
]
},
{
"name": "tvOS",
"dependencies": {
"PINRemoteImage/iOS": [
]
}
},
{
"name": "FLAnimatedImage",
"platforms": {
"ios": "7.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",
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
},
"dependencies": {
"PINRemoteImage/Core": [
],
"libwebp": [
]
}
},
{
"name": "PINCache",
"dependencies": {
"PINRemoteImage/Core": [
],
"PINCache": [
"=3.0.1-beta.2"
]
},
"source_files": "Pod/Classes/PINCache/**/*.{h,m}"
}
]
}