[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 9 / 5 / JSAnimatedImagesView / 1.0.0 / JSAnimatedImagesView.podspec.json
blob458ae79e428307fa67df4a45127063487808b6d4
2   "name": "JSAnimatedImagesView",
3   "version": "1.0.0",
4   "summary": "UIView subclass to easily add a cool animated photo carrusel to your iOS app.",
5   "homepage": "https://github.com/JaviSoto/JSAnimatedImagesView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Javier Soto": "ios@javisoto.es"
12   },
13   "source": {
14     "git": "https://github.com/JaviSoto/JSAnimatedImagesView.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "JSAnimatedImagesView.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "MSWeakTimer": [
24       "~> 1.0"
25     ]
26   }