[Add] EOCoreDebug 2.3.296
[CocoaPods.git] / Specs / d / 2 / 1 / Bean / 1.0.0 / Bean.podspec.json
blob68c50f0fb62079ccf9081299be378f5ccbb63697
2   "name": "Bean",
3   "version": "1.0.0",
4   "summary": "Image downloading and caching made easy",
5   "description": "Features\n1. Download files easily\n2. Imageview Extension to set the images from url\n3. Cancelation of image loads\n4. Caching of resources using NSCache",
6   "homepage": "https://github.com/ipraba/Bean",
7   "license": "MIT",
8   "authors": {
9     "Prabaharan": "mailprabaharan.e@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ipraba/Bean.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ]