blob: 385e4511f3dff53b7139881ced2aa066b9831479 [file] [log] [blame]
{
"name": "FadeOut",
"version": "0.1.19",
"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.19",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"resource_bundles": {
"FadeOut": [
"FadeoutLib/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
},
"subspecs": [
{
"name": "AlertCheck",
"source_files": "FadeoutLib/AlertViewController.{h,m}"
},
{
"name": "AlertCheckTest",
"source_files": "FadeoutLib/AlertViewControllerCheck.{h,m}",
"private_header_files": "FadeoutLib/AlertViewControllerCheck.h"
},
{
"name": "FadeOutCheck",
"source_files": "FadeoutLib/PodViewController.{h,m}",
"public_header_files": "FadeoutLib/PodViewController.h"
}
]
}