Files
PINRemoteImage/Example/Pods/Local Podspecs/PINRemoteImage.podspec.json
2015-07-27 17:57:37 -04:00

35 lines
757 B
JSON

{
"name": "PINRemoteImage",
"version": "1.0",
"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": 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": [
">=2.0"
]
}
}