[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / b / 2 / RJImageLoader / 0.1.0 / RJImageLoader.podspec.json
blob2f92b07e451bd9a2660964c90da14ce9c001eab9
2   "name": "RJImageLoader",
3   "version": "0.1.0",
4   "summary": "A neat image loader for iOS based on Michael Villar's design.",
5   "description": "                       RJImageLoader is a category on UIImageView that lets you add a circular progress and reveal animation when loading images from the network. It is agnostic to the image download process, has a simple interface, and is very easy to integrate.\n",
6   "homepage": "https://github.com/rounak/RJImageLoader",
7   "license": "MIT",
8   "authors": {
9     "Rounak": "rounak91@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/rounak/RJImageLoader.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/r0unak",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "RJImageLoader": [
23       "Pod/Assets/*.png"
24     ]
25   }