blob: 00fb99bdbb72704cf07a9a277a099309cb5f3a67 [file] [log] [blame]
{
"name": "tryPod",
"version": "0.1.0",
"summary": "Simple pod to calculate simple interest.",
"description": "takes Principal time and rate of interest and calculates simple interest",
"homepage": "https://github.com/ejeevan/tryPod",
"license": "MIT",
"authors": {
"jeevan": "jeevaneashwar2@gmail.com"
},
"source": {
"git": "https://github.com/ejeevan/tryPod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"tryPod": [
"Pod/Assets/*.png"
]
}
}