[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / f / 8 / b / FadeOut / 0.1.18 / FadeOut.podspec.json
blob65fb53a423e32050dd6d21889ee289882e68dbbf
2   "name": "FadeOut",
3   "version": "0.1.18",
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.18",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "resource_bundles": {
20     "FadeOut": [
21       "FadeoutLib/*.png"
22     ]
23   },
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.3"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "AlertCheck",
32       "source_files": "FadeoutLib/AlertViewController.{h,m}"
33     },
34     {
35       "name": "AlertCheckTest",
36       "source_files": "FadeoutLib/AlertViewControllerCheck.{h,m}",
37       "private_header_files": "FadeoutLib/AlertViewControllerCheck.h"
38     },
39     {
40       "name": "FadeOutCheck",
41       "source_files": "FadeoutLib/PodViewController.{h,m}",
42       "public_header_files": "FadeoutLib/PodViewController.h"
43     }
44   ]