[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 5 / 6 / PINRemoteImage / 1.1.2 / PINRemoteImage.podspec.json
blobec04420206cd13648f5939532ce109a9f5c6d146
2   "name": "PINRemoteImage",
3   "version": "1.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.0"
32     ]
33   }