[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / f / 8 / b / FadeOut / 0.1.12 / FadeOut.podspec.json
blob4f6eebe1225d73f3239a2edaff5bbf929cb81534
2   "name": "FadeOut",
3   "version": "0.1.12",
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.12",
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       "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   ]