[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 3 / c / MultiPlatformPod / 0.1.0 / MultiPlatformPod.podspec.json
blob0dc265711517f68cd87e9afb72fed65a25597b36
2   "name": "MultiPlatformPod",
3   "version": "0.1.0",
4   "summary": "A well-organizaed workspace for the development of multi-plaform Pods",
5   "description": "This Pod provides a simple Xcode project and workspace that is organized for the creation of multi-plafrom Pods.  It supports OSX and IOS, and can be easily extended to support additional Swift platforms.  After installation, the workspace may be used to develop a multi-plaform Pod.  The names of the products, and other references, should be changed from 'MultiPlatformPod' to the name of your actual Pod.  Its organization and configuation provide a solution that builds and runs on IOS and OSX, overcoming a number of issues of getting this all to work on multiple platforms.  Thus, the developer of a Pod intended to work on multiple platforms can save a lot of time in having to deal with those issues.",
6   "homepage": "https://github.com/mklybor/MultiPlatformPod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mklybor": "michael_r_klybor@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mklybor/MultiPlatformPod.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "12.2",
20     "osx": "10.14"
21   },
22   "swift_version": "4.2",
23   "ios": {
24     "source_files": [
25       "MultiPlatformPod/Classes/Common/*.{swift,m,h}",
26       "MultiPlatformPod/Classes/IOS/*.{swift,m,h}"
27     ]
28   },
29   "osx": {
30     "source_files": [
31       "MultiPlatformPod/Classes/Common/*.{swift,m,h}",
32       "MultiPlatformPod/Classes/OSX/*.{swift,m,h}"
33     ]
34   },
35   "resource_bundles": {
36     "MultiPlatformPod": [
37       "MultiPlatformPod/Assets/*.png"
38     ]
39   }