[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 3 / 5 / 6 / PINRemoteImage / 1.2 / PINRemoteImage.podspec.json
blob8349bb308d15ff7ed829d09de738fd9cf540427c
2   "name": "PINRemoteImage",
3   "version": "1.2",
4   "summary": "A thread safe, performant, feature rich image fetcher",
5   "homepage": "https://github.com/pinterest/PINRemoteImage",
6   "license": "Apache 2.0",
7   "authors": {
8     "Garrett Moon": "garrett@pinterest.com"
9   },
10   "source": {
11     "git": "https://github.com/pinterest/PINRemoteImage.git",
12     "tag": "1.1.2"
13   },
14   "social_media_url": "https://twitter.com/garrettmoon",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.{h,m}",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "frameworks": [
22     "UIKit",
23     "ImageIO",
24     "CoreImage"
25   ],
26   "dependencies": {
27     "FLAnimatedImage": [
28       ">= 1.0"
29     ],
30     "PINCache": [
31       ">=2.1"
32     ]
33   }