[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / b / FadeOut / 0.1.14 / FadeOut.podspec.json
blobd50220dff278ca95b08f27a0e94a2c0c81e66da0
2   "name": "FadeOut",
3   "version": "0.1.14",
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.14",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
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     },
34     {
35       "name": "AlertCheckTest",
36       "source_files": "Pod/Classes/AlertViewControllerCheck.{h,m}",
37       "private_header_files": "Pod/Classes/AlertViewControllerCheck.h"
38     },
39     {
40       "name": "FadeOutCheck",
41       "source_files": "Pod/Classes/PodViewController.{h,m}",
42       "public_header_files": "Pod/Classes/PodViewController.h"
43     }
44   ]