[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 4 / 5 / e / MitchHolmesSynchronousPosterGetter / 0.2.0 / MitchHolmesSynchronousPosterGetter.podspec.json
blob14844ea53487d7d6e8d5f59575d08dce5599e494
2   "name": "MitchHolmesSynchronousPosterGetter",
3   "version": "0.2.0",
4   "summary": "The creation of MitchHolmesSynchronousPosterGetter for Assignment 2.",
5   "description": "Learning how to create a new pod and use that within another project.",
6   "homepage": "https://github.com/hlmmit001/MitchHolmesSynchronousPosterGetter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mitch Holmes": "hlmmit001@myuct.ac.za"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_version": "4.2",
18   "source": {
19     "git": "https://github.com/hlmmit001/MitchHolmesSynchronousPosterGetter.git",
20     "tag": "0.2.0"
21   },
22   "source_files": "MitchHolmesSynchronousPosterGetter/**/*.{h,m,swift,mm}",
23   "resource_bundles": {
24     "String": [
25       "MitchHolmesSynchronousPosterGetter/Resources/**/*.{strings}"
26     ]
27   },
28   "frameworks": "Foundation",
29   "dependencies": {
30     "SBJson": [
31       "~> 5.0.0"
32     ],
33     "AFNetworking": [
34       "~> 2.7.0"
35     ],
36     "SwiftLint": [
37       "~> 0.30.1"
38     ],
39     "Result": [
40       "~> 4.1.0"
41     ]
42   }