[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / f / 8 / b / FadeOut / 0.1.9 / FadeOut.podspec.json
blobf78d0efc1a192b6a8bb046886aac6c68c2f627d6
2   "name": "FadeOut",
3   "version": "0.1.9",
4   "summary": "Fadeout Description to use FadOut UIView",
5   "homepage": "https://github.com/MaheThiru/FadeOut",
6   "license": "MIT",
7   "authors": {
8     "THIRUVADISAMY_P": "ptsamy92@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/MaheThiru/FadeOut.git",
12     "tag": "0.1.9"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "FadeOut": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.3"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "AlertCheck",
32       "source_files": "Pod/Classes/AlertViewController.{h,m}",
33       "public_header_files": "Pod/Classes/AlertViewController.h"
34     },
35     {
36       "name": "FadeOutCheck",
37       "source_files": "Pod/Classes/PodViewController.{h,m}",
38       "public_header_files": "Pod/Classes/PodViewController.h"
39     }
40   ]