[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / 9 / 7 / a / HelloPods / 0.0.3 / HelloPods.podspec.json
blobbc8d613e33cc1d50d312151345a1d12edb904862
2   "name": "HelloPods",
3   "version": "0.0.3",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/hiXgb/HelloPods",
8   "authors": {
9     "xgb": "xieguobiyi@gmail.com"
10   },
11   "summary": "Learn about creating Podspec's and the Spec repo.",
12   "source": {
13     "git": "https://github.com/hiXgb/HelloPods.git",
14     "tag": "0.0.3"
15   },
16   "source_files": "*.{h,m}",
17   "requires_arc": true,
18   "platforms": {
19     "osx": null,
20     "ios": null,
21     "tvos": null,
22     "watchos": null
23   },
24   "subspecs": [
25     {
26       "name": "Util",
27       "source_files": "Util/*.{h,m}"
28     },
29     {
30       "name": "Model",
31       "source_files": "Model/*.{h,m}"
32     }
33   ]