blob: f471814fe5afedb4934125beffeffe4f21f12995 [file] [log] [blame]
{
"name": "SampleWrapperPod",
"version": "0.1.0",
"summary": "Sample Wrapper class for learning",
"homepage": "https://github.com/nvkarthik24/SampleWrapperPod",
"license": "MIT",
"authors": {
"Vigneshkarthik": "nvkarthik24@gmail.com"
},
"source": {
"git": "https://github.com/nvkarthik24/SampleWrapperPod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"resource_bundles": {
"SampleWrapperPod": [
"*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}