blob: c6c022ae7c34734573bd5f3230b47f8a4956b898 [file] [log] [blame]
{
"name": "testpodlib",
"version": "0.1.1",
"summary": "this is for test pod",
"description": "this project created to test pod lib file",
"homepage": "https://github.com/isamankumara/testpodlib",
"license": "MIT",
"authors": {
"saman kumara": "test@gmail.com"
},
"source": {
"git": "https://github.com/isamankumara/testpodlib.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"testpodlib": [
"Pod/Assets/*.png"
]
}
}