blob: db2aac2a50c37445963a1eb3a839091e7553d7d1 [file] [log] [blame]
{
"name": "MitchHolmesSynchronousPosterGetter",
"version": "0.1.0",
"summary": "The creation of MitchHolmesSynchronousPosterGetter for Assignment 2.",
"description": "Learning how to create a new pod and use that within another project.",
"homepage": "https://github.com/hlmmit001/MitchHolmesSynchronousPosterGetter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mitch Holmes": "hlmmit001@myuct.ac.za"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/hlmmit001/MitchHolmesSynchronousPosterGetter.git",
"tag": "0.1.0"
},
"source_files": "MitchHolmesSynchronousPosterGetter/**/*.{h,m,swift,mm}",
"dependencies": {
"SBJson": [
"~> 5.0.0"
],
"AFNetworking": [
"~> 2.7.0"
],
"SwiftLint": [
"~> 0.30.1"
],
"Result": [
"~> 4.1.0"
]
}
}