blob: 57caa15dd426eaf601d406fef7e56a702a2e785b [file] [log] [blame]
{
"name": "PodSample",
"version": "0.1.0",
"summary": "A test lib for checking pod dependency linking.",
"homepage": "https://github.com/sreekanthrad/podtest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Akhil PK": "akhil.pk@accedo.tv"
},
"source": {
"git": "https://github.com/sreekanthrad/podtest.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PodTest/Classes/**/*",
"subspecs": [
{
"name": "ViewDeck",
"prefix_header_contents": "#define TEST",
"source_files": "PodTest/Classes/**/*"
}
]
}