[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / d / 9 / SampleSubPod / 1.0.5 / SampleSubPod.podspec.json
blobbc08c5381918867cd498a022e1bd852dd6920177
2   "name": "SampleSubPod",
3   "version": "1.0.5",
4   "summary": "SampleSubPod is sample modular SDK for research purpose.",
5   "description": "SampleSubPod is sample modular SDK for research purpose. It had few modular subspec so user can install base on what they need.",
6   "homepage": "https://github.com/victortoya/SampleSubPod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Victor Agung Sukarno": "victor.sukarno@sg-edts.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/victortoya/SampleSubPod.git",
19     "tag": "1.0.5"
20   },
21   "subspecs": [
22     {
23       "name": "PopUp",
24       "source_files": "SampleSubPod/PopUp",
25       "dependencies": {
26         "SampleSubPod/Color": [
28         ]
29       }
30     },
31     {
32       "name": "Color",
33       "source_files": "SampleSubPod/Color"
34     }
35   ]