[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / 3 / 5 / 6 / PINRemoteImage / 1.0 / PINRemoteImage.podspec.json
blobd71299bee53a6215319cf510f91f5c9f24b24d5a
2   "name": "PINRemoteImage",
3   "version": "1.0",
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.0"
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.0"
32     ]
33   }