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