[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 9 / c / IOSLazyImage / 0.1.0 / IOSLazyImage.podspec.json
blob6d30dcff39313bcc8525167d433ba6b597563d63
2   "name": "IOSLazyImage",
3   "version": "0.1.0",
4   "summary": "An image manager library to help you lazily load image from remote url to your UIImageView",
5   "description": "An image manager library to help you lazily load image from remote url to your UIImageView with only two lines of code.",
6   "homepage": "https://github.com/songjiekun/IOSLazyImage",
7   "license": "MIT",
8   "authors": {
9     "song jie kun": "songjiekun@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/songjiekun/IOSLazyImage.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.1"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "IOSLazyImage": [
22       "Pod/Assets/*.png"
23     ]
24   }