[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 9 / 4 / PAAImageView / 1.0.1 / PAAImageView.podspec.json
blob4de14662292577865f9054da8fb55023e24539d2
2   "name": "PAAImageView",
3   "version": "1.0.1",
4   "summary": "Rounded async imageview downloader based on AFNetworking 2 and lightly cached.",
5   "homepage": "https://github.com/abiaad/PAAImageView",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Pierre Abi-aad": "abiaad.pierre@me.com"
11   },
12   "source": {
13     "git": "https://github.com/abiaad/PAAImageView.git",
14     "tag": "1.0.1"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": "*.{h,m}",
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.2"
24     ]
25   }