blob: 9eabac968d26ceb9c02b01566a515bbb6a283a69 [file] [log] [blame]
{
"name": "PINRemoteImage",
"version": "3.0.0-beta.10",
"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.10"
},
"social_media_url": "https://twitter.com/garrettmoon",
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"requires_arc": true,
"default_subspecs": [
"FLAnimatedImage",
"PINCache"
],
"subspecs": [
{
"name": "Core",
"dependencies": {
"PINOperation": [
]
},
"platforms": {
"ios": "7.0",
"tvos": "9.0",
"osx": "10.9"
},
"source_files": "Source/Classes/**/*.{h,m}",
"public_header_files": "Source/Classes/**/*.h",
"exclude_files": [
"Source/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h",
"Source/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m",
"Source/Classes/PINCache/*.{h,m}"
],
"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": [
"Source/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h",
"Source/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.4"
]
},
"source_files": "Source/Classes/PINCache/*.{h,m}"
}
]
}