blob: 6feeb0ad9e73581cbae064755d455db2fb633a91 [file] [log] [blame]
{
"name": "FadeOut",
"version": "0.1.13",
"summary": "Fadeout Description to use FadOut UIView",
"homepage": "https://github.com/MaheThiru/FadeOut",
"license": "MIT",
"authors": {
"THIRUVADISAMY_P": "ptsamy92@gmail.com"
},
"source": {
"git": "https://github.com/MaheThiru/FadeOut.git",
"tag": "0.1.13",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FadeOut": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
},
"subspecs": [
{
"name": "AlertCheck",
"source_files": "Pod/Classes/AlertViewController.{h,m}"
},
{
"name": "AlertCheckTest",
"source_files": "Pod/Classes/AlertViewControllerCheck.{h,m}",
"private_header_files": "Pod/Classes/AlertViewControllerCheck.h"
},
{
"name": "FadeOutCheck",
"source_files": "Pod/Classes/PodViewController.{h,m}",
"public_header_files": "Pod/Classes/PodViewController.h"
}
]
}