blob: 71d6251d80efe5baaedefcdd7b9fa2fc01b53651 [file] [log] [blame]
{
"name": "SimpleCalc",
"version": "0.1.0",
"summary": "A basic Calculator",
"description": "This CocoaPod provides the basic numerical operations to add, subtract, divide and Multiply two numbers.",
"homepage": "https://github.com/ajaypradeep1990/SimpleCalc",
"license": "MIT",
"authors": {
"Ajay": "ajaypradeep1990@gmail.com"
},
"source": {
"git": "https://github.com/ajaypradeep1990/SimpleCalc.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SimpleCalc": [
"Pod/Assets/*.png"
]
}
}