[Add] YSRTCLiveAVKitSDK 1.0.10
[CocoaPods.git] / Specs / f / 8 / b / FadeOut / 0.1.10 / FadeOut.podspec.json
blobf26a7a4f8f574e3adca5d296c50dced52a5282a3
2   "name": "FadeOut",
3   "version": "0.1.10",
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.10",
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       "public_header_files": "Pod/Classes/AlertViewController.h"
35     },
36     {
37       "name": "FadeOutCheck",
38       "source_files": "Pod/Classes/PodViewController.{h,m}",
39       "public_header_files": "Pod/Classes/PodViewController.h"
40     }
41   ]