[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 4 / 0 / 6 / PrebuiltDynamicPod / 1.0 / PrebuiltDynamicPod.podspec.json
blob22ec00f740550e98721fc34853b7300b5563450d
2   "name": "PrebuiltDynamicPod",
3   "version": "1.0",
4   "summary": "Sample of how to package a prebuilt Pod.",
5   "description": "\"Example of a prebuilt dynamic library Pod\"",
6   "homepage": "https://github.com/thedavidharris/PrebuiltDynamicPod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "thedavidharris": "daharr@umich.edu"
13   },
14   "source": {
15     "git": "https://github.com/thedavidharris/PrebuiltDynamicPod.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": [
22     "4.2"
23   ],
24   "source_files": "Sources/**/*",
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "source_files": "Tests/**/*"
30     }
31   ]