[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / d / 7 / gFramework / 1.0.0 / gFramework.podspec.json
blob1535794b81e071576bb2d6d7a38bb392fda08e90
2   "name": "gFramework",
3   "version": "1.0.0",
4   "summary": "test framework",
5   "description": "test framework description...",
6   "homepage": "https://code.google.com/",
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/rivenn/gframework.git",
10     "tag": "1.0.0"
11   },
12   "authors": [
13     "Lirong Yuan"
14   ],
15   "requires_arc": false,
16   "prepare_command": "                        pwd\n                        ls -al\n                        echo 'Framework [M] .... built'\n",
17   "subspecs": [
18     {
19       "name": "FrameworkA",
20       "preserve_paths": [
21         "libFrameworkAB.a"
22       ],
23       "prepare_command": "                          pwd\n                          echo 'Framework [A] .... built'\n"
24     },
25     {
26       "name": "FrameworkC",
27       "source_files": [
28         "FrameworkC.framework/Headers"
29       ],
30       "requires_arc": false,
31       "prepare_command": "                          pwd\n                          echo 'Framework [C] .... built'\n"
32     }
33   ]