mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-05-06 16:40:02 +08:00
1.0
This commit is contained in:
34
Example/Pods/Local Podspecs/PINRemoteImage.podspec.json
generated
Normal file
34
Example/Pods/Local Podspecs/PINRemoteImage.podspec.json
generated
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "PINRemoteImage",
|
||||
"version": "1.0",
|
||||
"summary": "YAIDCLIOS (Yet another image downloading and caching library for iOS)",
|
||||
"homepage": "https://github.pinadmin.com/Pinterest/PINRemoteImage",
|
||||
"license": "Apache 2.0",
|
||||
"authors": {
|
||||
"Garrett Moon": "garrett@pinterest.com"
|
||||
},
|
||||
"source": {
|
||||
"git": "git@github.pinadmin.com:Pinterest/PINRemoteImage.git",
|
||||
"tag": "1.0"
|
||||
},
|
||||
"social_media_url": "https://twitter.com/garrettmoon",
|
||||
"platforms": {
|
||||
"ios": "6.0"
|
||||
},
|
||||
"requires_arc": true,
|
||||
"source_files": "Pod/Classes/**/*.{h,m}",
|
||||
"public_header_files": "Pod/Classes/**/*.h",
|
||||
"frameworks": [
|
||||
"UIKit",
|
||||
"ImageIO",
|
||||
"CoreImage"
|
||||
],
|
||||
"dependencies": {
|
||||
"FLAnimatedImage": [
|
||||
">= 1.0"
|
||||
],
|
||||
"PINCache": [
|
||||
">=1.2"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user