[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / b / f / simple-pod-framework / 0.0.2 / simple-pod-framework.podspec.json
blob98f2f25173c320605d5b4af9afa3982ed428c2c6
2   "name": "simple-pod-framework",
3   "version": "0.0.2",
4   "summary": "simple-pod-framework is used for testing how to deploy a framework",
5   "description": "simple-pod-framework is used for testing how to deploy a framework into CocoaPods and test how to install with Podfile",
6   "homepage": "https://github.com/quocphien90/SimplePodFramework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "kintone Corp",
12   "platforms": {
13     "ios": "11.4"
14   },
15   "source": {
16     "git": "https://github.com/quocphien90/SimplePodFramework.git",
17     "tag": "0.0.2"
18   },
19   "source_files": "SimplePodFramework/Classes/*.swift",
20   "swift_version": "4.2",
21   "ios": {
22     "dependencies": {
23       "PromisesSwift": [
24         "~> 1.2.4"
25       ]
26     }
27   }