[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 6 / c / 9 / tryPod / 0.1.0 / tryPod.podspec.json
blob00fb99bdbb72704cf07a9a277a099309cb5f3a67
2   "name": "tryPod",
3   "version": "0.1.0",
4   "summary": "Simple pod to calculate simple interest.",
5   "description": "takes Principal time and rate of interest and calculates simple interest",
6   "homepage": "https://github.com/ejeevan/tryPod",
7   "license": "MIT",
8   "authors": {
9     "jeevan": "jeevaneashwar2@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ejeevan/tryPod.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     "tryPod": [
22       "Pod/Assets/*.png"
23     ]
24   }