[Add] LastFM.swift 1.5.1
[CocoaPods.git] / Specs / 4 / 2 / 0 / PodCreateSample / 0.1.3 / PodCreateSample.podspec.json
blobe9e84aa164937fdbe230c0f828226bffb72a2cde
2   "name": "PodCreateSample",
3   "version": "0.1.3",
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.3"
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   ]