[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / e / 4 / ASImageLoader / 0.2.0 / ASImageLoader.podspec.json
blobca11c67e9d9002ffe3506dc8b60f336f9d607c8c
2   "name": "ASImageLoader",
3   "version": "0.2.0",
4   "summary": "ASImageLoader - automated image loader",
5   "description": "ASImageLoader - helper for image loading with configurable cache.\nEquipped with automated function optimized for collections (UITableView and UICollectionView).",
6   "homepage": "https://github.com/Anobisoft/ASImageLoader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stanislav Pletnev": "anobisoft@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/Anobisoft",
15   "platforms": {
16     "ios": "8.3"
17   },
18   "source": {
19     "git": "https://github.com/Anobisoft/ASImageLoader.git",
20     "tag": "v0.2.0"
21   },
22   "source_files": "ASImageLoader/Classes/**/*.{h,m}",
23   "resources": "ASImageLoader/Resources/*.plist",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "AnobiKit": [
27       "~> 0.3.1"
28     ]
29   },
30   "requires_arc": true