[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / 4 / CMImageLoader / 1.0.0 / CMImageLoader.podspec.json
blobf8ce5a8bc1c11fdf8e9927ecc31d0da2c667eb73
2   "name": "CMImageLoader",
3   "version": "1.0.0",
4   "summary": "CMImageLoader let you dowload asynchrnously Image and save it to memory and disk cache",
5   "description": "CMImage loader is a Network image manager. All you have to do is using CMImageView instead of UIImageView and all the work will be done for you.",
6   "homepage": "https://github.com/celian-m/CMImageLoader",
7   "license": "MIT",
8   "authors": {
9     "CĂ©lian Moutafis": "cmoutafis@mystudiofactory.com"
10   },
11   "source": {
12     "git": "https://github.com/celian-m/CMImageLoader.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/celian_m",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "CMImageLoader": [
23       "Pod/Assets/*.png"
24     ]
25   }