blob: 30ffd8a68b80560a85a645550485aaf70bb1d4ed [file] [log] [blame]
{
"name": "PodSample",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PodTest/Classes/**/*",
"subspecs": [
{
"name": "ViewDeck",
"prefix_header_contents": "#define TEST",
"source_files": "PodTest/Classes/**/*",
"dependencies": {
"ViewDeck": [
]
}
}
]
}