[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 5 / 6 / PINRemoteImage / 1.2.1 / PINRemoteImage.podspec.json
blob6eba56f8329cfa5aeff5374d374ddeb6dc12dbf2
2   "name": "PINRemoteImage",
3   "version": "1.2.1",
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.2.1"
13   },
14   "social_media_url": "https://twitter.com/garrettmoon",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "FLAnimatedImage",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Pod/Classes/**/*.{h,m}",
24       "exclude_files": [
25         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h",
26         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m"
27       ],
28       "public_header_files": "Pod/Classes/**/*.h",
29       "frameworks": [
30         "UIKit",
31         "ImageIO",
32         "CoreImage"
33       ],
34       "dependencies": {
35         "PINCache": [
36           ">=2.1"
37         ]
38       }
39     },
40     {
41       "name": "FLAnimatedImage",
42       "dependencies": {
43         "PINRemoteImage/Core": [
45         ],
46         "FLAnimatedImage": [
47           ">= 1.0"
48         ]
49       },
50       "source_files": [
51         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h",
52         "Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m"
53       ]
54     }
55   ]