[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 0 / 9 / 4 / PAAImageView / 1.0.0 / PAAImageView.podspec.json
bloba89b403d41547b8035e645f664188b0ac74cffb9
2   "name": "PAAImageView",
3   "version": "1.0.0",
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.0"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": "PAAImageView.{h,m}",
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.2"
24     ]
25   }