mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-15 10:18:09 +08:00
Moving examples deeper so that carthage can build the correct project
This commit is contained in:
126
Examples/Example-iOS/Pods/Local Podspecs/PINRemoteImage.podspec.json
generated
Normal file
126
Examples/Example-iOS/Pods/Local Podspecs/PINRemoteImage.podspec.json
generated
Normal file
@@ -0,0 +1,126 @@
|
||||
{
|
||||
"name": "PINRemoteImage",
|
||||
"version": "3.0.0-beta.3",
|
||||
"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.3"
|
||||
},
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"source_files": "Pod/Classes/PINCache/**/*.{h,m}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user