[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / 2 / 0 / PodCreateSample / 0.1.2 / PodCreateSample.podspec.json
blobf58676b8637c1e874e4f6beefbc6254930ed812a
2   "name": "PodCreateSample",
3   "version": "0.1.2",
4   "summary": "Create a Pod lib test.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/kobe721013/PodCreateSample",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "KobeLin": "kobebryant721013@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kobe721013/PodCreateSample.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Sources",
24       "source_files": "PodCreateSample/Sources/**/*"
25     },
26     {
27       "name": "Assets",
28       "resource_bundles": {
29         "PodTestResources": [
30           "PodCreateSample/Assets/*.*"
31         ]
32       }
33     }
34   ]