[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / f / 6 / 1 / SimpleCalculator / 0.1.0 / SimpleCalculator.podspec.json
blobec16d1951c129a656cc58ed49702741c644fa49a
2   "name": "SimpleCalculator",
3   "version": "0.1.0",
4   "summary": "SimpleCalculator is created to simple arthemetic calculations.",
5   "authors": {
6     "Vigneshkarthik": "nvkarthik24@gmail.com"
7   },
8   "description": "SimpleCalculator is created to simple arithmetic calculations. Can do addition, subtraction, multiplication and division.",
9   "homepage": "https://github.com/nvkarthik24/SimpleCalculator",
10   "license": "MIT",
11   "source": {
12     "git": "https://github.com/nvkarthik24/SimpleCalculator.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SimpleCalculator": [
22       "Pod/Assets/*.png"
23     ]
24   }