[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 6 / 2 / CreatingPods / 0.1.0 / CreatingPods.podspec.json
blob51829fdb330924a471fcf740a21dd1184be6e4ff
2   "name": "CreatingPods",
3   "version": "0.1.0",
4   "summary": "Trying pods before creating pods for actual control.",
5   "description": "For learning purpose. Trying pods with various options to understand podspec.",
6   "homepage": "https://github.com/Vishal-Singh-Panwar/CreatingPods",
7   "license": "MIT",
8   "authors": {
9     "Vishal Singh Panwar": "vishal.panwar@mutualmobile.com"
10   },
11   "source": {
12     "git": "https://github.com/Vishal-Singh-Panwar/CreatingPods.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "CreatingPods": [
22       "Pod/Assets/*.png"
23     ]
24   }